2026-02-28 14:30:08 [scrapy.utils.log] (PID: 117) INFO: Scrapy 2.12.0 started (bot: catalog_extraction) 2026-02-28 14:30:08 [scrapy.utils.log] (PID: 117) INFO: Versions: lxml 5.3.1.0, libxml2 2.12.9, cssselect 1.3.0, parsel 1.10.0, w3lib 2.3.1, Twisted 24.11.0, Python 3.11.13 (main, Jun 10 2025, 23:54:42) [GCC 12.2.0], pyOpenSSL 25.0.0 (OpenSSL 3.4.1 11 Feb 2025), cryptography 44.0.2, Platform Linux-6.9.12-x86_64-with-glibc2.36 2026-02-28 14:30:09 [staples_advantage] (PID: 117) INFO: Starting extraction spider staples_advantage... 2026-02-28 14:30:09 [scrapy.addons] (PID: 117) INFO: Enabled addons: [] 2026-02-28 14:30:09 [py.warnings] (PID: 117) WARNING: /usr/local/lib/python3.11/site-packages/scrapy/utils/request.py:120: ScrapyDeprecationWarning: 'REQUEST_FINGERPRINTER_IMPLEMENTATION' is a deprecated setting. It will be removed in a future version of Scrapy. return cls(crawler) 2026-02-28 14:30:09 [scrapy.extensions.telnet] (PID: 117) INFO: Telnet Password: 38cb52b9d0584904 2026-02-28 14:30:09 [py.warnings] (PID: 117) WARNING: /var/lib/scrapyd/eggs/catalog_extraction/1769537350.egg/catalog_extraction/extensions/bq_feedstorage.py:33: ScrapyDeprecationWarning: scrapy.extensions.feedexport.build_storage() is deprecated, call the builder directly. 2026-02-28 14:30:09 [scrapy.middleware] (PID: 117) INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.memusage.MemoryUsage', 'scrapy.extensions.closespider.CloseSpider', 'scrapy.extensions.feedexport.FeedExporter', 'scrapy.extensions.logstats.LogStats', 'spidermon.contrib.scrapy.extensions.Spidermon'] 2026-02-28 14:30:09 [scrapy.crawler] (PID: 117) 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/f786661214b111f1b1e74200a9fe0102.log', 'LOG_FORMAT': '%(asctime)s [%(name)s] (PID: %(process)d) %(levelname)s: ' '%(message)s', 'LOG_LEVEL': 'INFO', 'NEWSPIDER_MODULE': 'catalog_extraction.spiders', 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_poet.ScrapyPoetRequestFingerprinter', 'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7', 'RETRY_HTTP_CODES': [500, 502, 503, 504, 522, 524, 408, 429, 403], 'SPIDER_MODULES': ['catalog_extraction.spiders'], 'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor', 'USER_AGENT': None} 2026-02-28 14:30:09 [scrapy_poet.injection] (PID: 117) INFO: Loading providers: [, , , , , , ] 2026-02-28 14:30:09 [scrapy.middleware] (PID: 117) INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware', 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scraping_utils.middlewares.downloaders.ProxyManagerDownloaderMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scraping_utils.middlewares.downloaders.HeadersSpooferDownloaderMiddleware', 'scrapy_poet.InjectionMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy_poet.DownloaderStatsMiddleware'] 2026-02-28 14:30:09 [NotFoundHandlerSpiderMiddleware] (PID: 117) INFO: NotFoundHandlerSpiderMiddleware running on PRODUCTION environment. 2026-02-28 14:30:09 [scrapy.middleware] (PID: 117) INFO: Enabled spider middlewares: ['catalog_extraction.middlewares.NotFoundHandlerSpiderMiddleware', 'catalog_extraction.middlewares.FixtureSavingMiddleware', 'scrapy_poet.RetryMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2026-02-28 14:30:09 [scrapy.middleware] (PID: 117) INFO: Enabled item pipelines: ['catalog_extraction.pipelines.DuplicatedSKUsFilterPipeline', 'catalog_extraction.pipelines.DiscontinuedProductsAdjustmentPipeline', 'catalog_extraction.pipelines.PriceRoundingPipeline', 'scraping_utils.pipelines.AttachSupplierPipeline', 'spidermon.contrib.scrapy.pipelines.ItemValidationPipeline'] 2026-02-28 14:30:09 [scrapy.core.engine] (PID: 117) INFO: Spider opened 2026-02-28 14:30:09 [scrapy.extensions.closespider] (PID: 117) INFO: Spider will stop when no items are produced after 1800 seconds. 2026-02-28 14:30:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:30:09 [scrapy.extensions.telnet] (PID: 117) INFO: Telnet console listening on 127.0.0.1:6023 2026-02-28 14:30:14 [ProxyManagerDownloaderMiddleware] (PID: 117) INFO: Using brd-customer-hl_13cda1e4-zone-main_datacenter_proxy as the default proxy for ProxyManagerDownloaderMiddleware. 2026-02-28 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/06-x3-5-8-x2-Partners-Brand-Corrugated-Mailers-50-Bundle-MLRBC/product_558938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/punch-software-home-landscape-studio-v22-for-windows-1-user-download/product_24577247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/04-x-4-x-9-shipping-box-200-ect-25-bundle-449/product_1503806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/evidence-easel-pad-27-x-34-lined-50-sheets-pad-2-pads-carton-24-034r/product_909565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-river-of-ice-24-x-24-psl0362-c2424gg/product_1731571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-save-the-rain-12-x-19-canvas-stretched-art-print-190836323449/product_2576508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/08-x7-x6-Partners-Brand-Corrugated-Mailers-50-Bundle-M876/product_947457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-aluminum-patio-umbrella-with-auto-crank-tan-m150007/product_2211328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sea-of-voices-12-x-19-canvas-stretched-190836323722/product_2576506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-2-shipping-box-200-ect-25-bundle-962/product_1504277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-half-round-patio-umbrella-red-m150054/product_24174504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-3-shipping-box-200-ect-25-bundle-963/product_1499953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/evolis-badgy200-id-printer-multicolored-b22u0000rs/product_1231100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-artificial-basil-leaf-wreath-11-5-green-m150125/product_24174470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/evolution-paper-towels-2-ply-250-sheets-roll-12-rolls-pack-pro00495/product_24455158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/evolution-toilet-tissue-2-ply-667-sheets-roll-24-carton-pro00536/product_24450771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44t10010-bake-broil-or-bake-broil-element-erb44t10010/product_23980579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44t10011-bake-broil-or-bake-broil-element-erb44t10011/product_23980561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-mesh-garage-door-screen-7-5-x-17-m150091/product_24174460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44x10009-bake-broil-or-bake-broil-element-erb44x10009/product_23980558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/everybody-dance-cd/product_880960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44x5099-bake-broil-or-bake-broil-element-erb44x5099/product_23980823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skylight-matted-art-black-frame-11x14-inches/product_254198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-16-foam-roll-72-x-1250-ft-bundle-cfw11672p/product_2653091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb7019-bake-broil-or-bake-broil-element-erb7019/product_23980618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-plant-box-holder-white-m150021/product_24174452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-smoothy-time-12-x-19-canvas-stretched-190836122707/product_2576502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-2-48-x-250-anti-static-slit-12-perfed-12-large-bubble-4-rolls-bundle/product_2653135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erwr60x10141-evaporator-motor-ge-wr60x10141/product_23980789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-vellum-bristol-cardstock-paper-67-lbs-8-5-x-11-pink-250-pack-82441/product_2657390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excedrin-extra-strength-250mg-acetaminophen-caplet-2-packet-30-packets-box-64108x/product_24550286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-life-distilled-water-128-oz-bottle-6-pack-nle12532472x/product_24561675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-2-x-5-18-lbs-beaded-security-tie-natural-5000-case/product_192128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-life-purified-water-101-4-fl-oz-6-bottles-pack-12386172/product_24396906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-protein-protein-bar-gluten-free-chocolate-protein-bar-6-bars-box-nrn13809/product_24306985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-2-x-7200-16-x-6-core-staples-hand-grade-polypropylene-strapping-embossed-600-lbs-1-coil/product_946373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-11-x-14-composite-wood-photo-document-frame-black-gold-egp-hd-0383/product_24574299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-2-x-8000-16-x-6-core-staples-hand-grade-signode-comparable-polypropylene-strapping-smooth-1-coil/product_946419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-12-x-18-plastic-poster-frame-black-spls-ppfrm-1218/product_24570354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-gghs15-aquastick-humidifier-treatment/product_1932851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sun-voyager-12-x-19-canvas-stretched-art-print-190836327348/product_2576418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-18-x-24-mdf-poster-frame-black-spls-mpfrm-1824/product_24570356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-lavender-aroma-essence-with-essential-oil-and-plant-extracts-30-ml/product_1932886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-suspended-time-12-x-19-canvas-stretched-art-print-190836327768/product_2576414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-24-x-36-plastic-poster-frame-black-spls-ppfrm-2436/product_24570366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-24x36-metal-wall-print-pis/product_24490189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-blue-between-us-12-x-19-canvas-stretched-190836328048/product_2576410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-4-foam-roll-24-x-85-ft-each-cfd1424/product_946234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-glass-aromatherapy-essential-oil-diffuser-spa325ca/product_24226541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-4-chalkboard-tag-black-6-pack-egp-hd-0508-s/product_24554016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-4-x-18000-9-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/06-x3-5-8-x2-Partners-Brand-Corrugated-Mailers-50-Bundle-MLRBC/product_558938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/punch-software-home-landscape-studio-v22-for-windows-1-user-download/product_24577247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/04-x-4-x-9-shipping-box-200-ect-25-bundle-449/product_1503806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/evidence-easel-pad-27-x-34-lined-50-sheets-pad-2-pads-carton-24-034r/product_909565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-river-of-ice-24-x-24-psl0362-c2424gg/product_1731571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-save-the-rain-12-x-19-canvas-stretched-art-print-190836323449/product_2576508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/08-x7-x6-Partners-Brand-Corrugated-Mailers-50-Bundle-M876/product_947457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-aluminum-patio-umbrella-with-auto-crank-tan-m150007/product_2211328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sea-of-voices-12-x-19-canvas-stretched-190836323722/product_2576506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-2-shipping-box-200-ect-25-bundle-962/product_1504277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-half-round-patio-umbrella-red-m150054/product_24174504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-3-shipping-box-200-ect-25-bundle-963/product_1499953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/evolis-badgy200-id-printer-multicolored-b22u0000rs/product_1231100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-artificial-basil-leaf-wreath-11-5-green-m150125/product_24174470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/evolution-paper-towels-2-ply-250-sheets-roll-12-rolls-pack-pro00495/product_24455158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/evolution-toilet-tissue-2-ply-667-sheets-roll-24-carton-pro00536/product_24450771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44t10010-bake-broil-or-bake-broil-element-erb44t10010/product_23980579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44t10011-bake-broil-or-bake-broil-element-erb44t10011/product_23980561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-mesh-garage-door-screen-7-5-x-17-m150091/product_24174460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44x10009-bake-broil-or-bake-broil-element-erb44x10009/product_23980558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/everybody-dance-cd/product_880960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb44x5099-bake-broil-or-bake-broil-element-erb44x5099/product_23980823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skylight-matted-art-black-frame-11x14-inches/product_254198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-16-foam-roll-72-x-1250-ft-bundle-cfw11672p/product_2653091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb7019-bake-broil-or-bake-broil-element-erb7019/product_23980618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-garden-plant-box-holder-white-m150021/product_24174452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-2-48-x-250-anti-static-slit-12-perfed-12-large-bubble-4-rolls-bundle/product_2653135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-smoothy-time-12-x-19-canvas-stretched-190836122707/product_2576502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erwr60x10141-evaporator-motor-ge-wr60x10141/product_23980789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exact-vellum-bristol-cardstock-paper-67-lbs-8-5-x-11-pink-250-pack-82441/product_2657390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excedrin-extra-strength-250mg-acetaminophen-caplet-2-packet-30-packets-box-64108x/product_24550286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-life-distilled-water-128-oz-bottle-6-pack-nle12532472x/product_24561675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-2-x-5-18-lbs-beaded-security-tie-natural-5000-case/product_192128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-life-purified-water-101-4-fl-oz-6-bottles-pack-12386172/product_24396906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pure-protein-protein-bar-gluten-free-chocolate-protein-bar-6-bars-box-nrn13809/product_24306985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-2-x-7200-16-x-6-core-staples-hand-grade-polypropylene-strapping-embossed-600-lbs-1-coil/product_946373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-11-x-14-composite-wood-photo-document-frame-black-gold-egp-hd-0383/product_24574299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-2-x-8000-16-x-6-core-staples-hand-grade-signode-comparable-polypropylene-strapping-smooth-1-coil/product_946419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-12-x-18-plastic-poster-frame-black-spls-ppfrm-1218/product_24570354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-gghs15-aquastick-humidifier-treatment/product_1932851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-sun-voyager-12-x-19-canvas-stretched-art-print-190836327348/product_2576418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-18-x-24-mdf-poster-frame-black-spls-mpfrm-1824/product_24570356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-lavender-aroma-essence-with-essential-oil-and-plant-extracts-30-ml/product_1932886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-suspended-time-12-x-19-canvas-stretched-art-print-190836327768/product_2576414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-24-x-36-plastic-poster-frame-black-spls-ppfrm-2436/product_24570366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-blue-between-us-12-x-19-canvas-stretched-190836328048/product_2576410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-4-foam-roll-24-x-85-ft-each-cfd1424/product_946234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-glass-aromatherapy-essential-oil-diffuser-spa325ca/product_24226541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-24x36-metal-wall-print-pis/product_24490189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-4-chalkboard-tag-black-6-pack-egp-hd-0508-s/product_24554016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-4-x-18000-9-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-0-21-gallon-white-blue-h920bl/product_1932861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-1-5-gallon-white-blue-h1510/product_1932855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-fixed-movement-12-x-19-canvas-stretched-190836328581/product_2576406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-1-gallon-white-blue-h965ar/product_1932856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-tower-humidifier-1-5-gallon-white-h3250wca/product_24226558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-8-5x11-wl-clndr-gr/product_349564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-12-carton-3698-12-ct/product_24486713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-matted-art-black-frame-11x14-inches/product_254210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-3698-12/product_24486725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-hand-sanitizer/product_SS145718468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-business-hours-indoor-outdoor-hanging-chalkboard-10-x-13-75-black-egp-hd-0311a-s/product_24553272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-foaming-hand-sanitizer-refill-for-es10-dispenser-8324-e1-8320-e1-8328-e1-1200ml-2-carton-8351-02/product_24581802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-avery-5-1-2-x-8-1-2-mini-durable-view-protect-store-memo-binder-with-round-rings/product_SS134166846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-red-way-matted-art-black-frame-16x20-inches/product_254244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-vision-12-x-19-canvas-stretched-190836329922/product_2576378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-ft-power-adapter-cord-nema-l5-20r-to-nema-5-20p/product_IM17WT460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-foaming-hand-sanitizer-refill-for-tfx-1200-ml-2-carton-5391-02/product_869135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-gel-hand-sanitizer-24-fl-oz-3124-04-cmr/product_24509925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-hole-punch-6-sheet-capacity-silver-10573-cc/product_146308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-gallon-paint-can/product_947288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-thousand-words-12-x-19-canvas-stretched-190836330348/product_2576491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-this-day-is-over-12-x-19-canvas-stretched-190836330201/product_2576497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-til-the-evening-light-12-x-19-canvas-stretched-190836330768/product_2576495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalkboard-wood-16-1-x-12-egp-hd-0514-s/product_24554013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-part-stub-style-numbered-inventory-tags-0-999-1000-case/product_496417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-combination-board-wood-frame-15-x-23-5-egp-hd-0317/product_24550814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-22-x-32-psl0417-c2232gg/product_1731690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-16-x-24-psl0417-c1624gg/product_1731691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-ply-paper-wadding-kraft-bundle-15-x-984-45-lbs-ecnc150300000/product_24475418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-double-sided-magnetic-steel-dry-erase-whiteboard-wood-frame-5-x-3-egp-hd-0530-bn/product_24588761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-adx-dispenser-700-ml-4-carton-8703-04/product_372960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-staples-better-5-1-2-x-8-1-2-mini-view-binders-with-d-rings/product_SS134166901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-universal-12-x-19-canvas-stretched-190836331321/product_2576492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-clean-scent-foam-refill-for-es10-dispenser-1200ml-2-carton-8353-02/product_24581808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-matted-art-black-frame-16x20-inches/product_254223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-x-2-63-matte-white-mailing-labels-decorative-edge-150-pack/product_2723661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-employees-only-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0050-s/product_24532223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vertical-activity-matted-art-black-frame-11x14-inches/product_254230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-gel-refill-for-purell-es8-automatic-dispenser-1200-ml-2-carton-7763-02/product_24325955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-green-certified-foam-535-ml-pump-bottle-4-pack-5791-04/product_24442733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-chalkboard-stand-21-x-30-white-black-hd-0090-wht-os/product_24550817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-5-w-x-15-l-peel-seal-bubble-mailer-5-12-pack-51589-cc/product_657401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-water-and-gravity-12-x-19-canvas-stretched-190836333141/product_2576472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-5-w-x-15-l-peel-seal-bubble-mailer-5-8-pack-51629-cc/product_657391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-white-lies-12-x-19-canvas-stretched-art-print-190836333820/product_2576463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-prime-defense-85-alcohol-gel-hand-sanitizer-12-oz-12-carton-3699-12-ct/product_24479574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-soothing-8-oz-gel-hand-sanitizer-fresh-scent-9674-12/product_824874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-wildest-dreams-12-x-19-canvas-stretched-art-print-190836238620/product_2576459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-adx-12-wall-mounted-hand-sanitizer-dispenser-white-8820-06/product_372483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-all-purpose-cleaners-spray-glass-surface-cleaner-disinfectant-refill-fresh-citrus-scent-4342-04/product_2122192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-white-matted-black-frame-mw0065-b1114mf/product_2079624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-white-matted-black-frame-mw0066-b1114mf/product_2079621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-bloodborne-pathogen-spill-kit-3841-16-rfl/product_24358256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-18-w-natural-wood-spls-pstr-18nt/product_24570362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-18-w-black-wood-spls-pstr-18bk/product_24570351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-1-5-gallon-white-blue-h1510/product_1932855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-0-21-gallon-white-blue-h920bl/product_1932861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-fixed-movement-12-x-19-canvas-stretched-190836328581/product_2576406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-8-5x11-wl-clndr-gr/product_349564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-tower-humidifier-1-5-gallon-white-h3250wca/product_24226558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-mist-tabletop-humidifier-1-gallon-white-blue-h965ar/product_1932856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-matted-art-black-frame-11x14-inches/product_254210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-12-carton-3698-12-ct/product_24486713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-hand-sanitizer/product_SS145718468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-3698-12/product_24486725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-business-hours-indoor-outdoor-hanging-chalkboard-10-x-13-75-black-egp-hd-0311a-s/product_24553272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-avery-5-1-2-x-8-1-2-mini-durable-view-protect-store-memo-binder-with-round-rings/product_SS134166846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-foaming-hand-sanitizer-refill-for-es10-dispenser-8324-e1-8320-e1-8328-e1-1200ml-2-carton-8351-02/product_24581802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-vision-12-x-19-canvas-stretched-190836329922/product_2576378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-ft-power-adapter-cord-nema-l5-20r-to-nema-5-20p/product_IM17WT460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-red-way-matted-art-black-frame-16x20-inches/product_254244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-foaming-hand-sanitizer-refill-for-tfx-1200-ml-2-carton-5391-02/product_869135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-70-alcohol-gel-hand-sanitizer-24-fl-oz-3124-04-cmr/product_24509925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-hole-punch-6-sheet-capacity-silver-10573-cc/product_146308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-gallon-paint-can/product_947288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-this-day-is-over-12-x-19-canvas-stretched-190836330201/product_2576497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-til-the-evening-light-12-x-19-canvas-stretched-190836330768/product_2576495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-thousand-words-12-x-19-canvas-stretched-190836330348/product_2576491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalkboard-wood-16-1-x-12-egp-hd-0514-s/product_24554013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-part-stub-style-numbered-inventory-tags-0-999-1000-case/product_496417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-22-x-32-psl0417-c2232gg/product_1731690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-combination-board-wood-frame-15-x-23-5-egp-hd-0317/product_24550814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-time-out-16-x-24-psl0417-c1624gg/product_1731691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-ply-paper-wadding-kraft-bundle-15-x-984-45-lbs-ecnc150300000/product_24475418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-double-sided-magnetic-steel-dry-erase-whiteboard-wood-frame-5-x-3-egp-hd-0530-bn/product_24588761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-adx-dispenser-700-ml-4-carton-8703-04/product_372960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-staples-better-5-1-2-x-8-1-2-mini-view-binders-with-d-rings/product_SS134166901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-universal-12-x-19-canvas-stretched-190836331321/product_2576492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-clean-scent-foam-refill-for-es10-dispenser-1200ml-2-carton-8353-02/product_24581808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-matted-art-black-frame-16x20-inches/product_254223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1-x-2-63-matte-white-mailing-labels-decorative-edge-150-pack/product_2723661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-employees-only-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0050-s/product_24532223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vertical-activity-matted-art-black-frame-11x14-inches/product_254230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-gel-refill-for-purell-es8-automatic-dispenser-1200-ml-2-carton-7763-02/product_24325955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-green-certified-foam-535-ml-pump-bottle-4-pack-5791-04/product_24442733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-chalkboard-stand-21-x-30-white-black-hd-0090-wht-os/product_24550817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-5-w-x-15-l-peel-seal-bubble-mailer-5-12-pack-51589-cc/product_657401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-water-and-gravity-12-x-19-canvas-stretched-190836333141/product_2576472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-5-w-x-15-l-peel-seal-bubble-mailer-5-8-pack-51629-cc/product_657391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-white-lies-12-x-19-canvas-stretched-art-print-190836333820/product_2576463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-prime-defense-85-alcohol-gel-hand-sanitizer-12-oz-12-carton-3699-12-ct/product_24479574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-advanced-soothing-8-oz-gel-hand-sanitizer-fresh-scent-9674-12/product_824874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-wildest-dreams-12-x-19-canvas-stretched-art-print-190836238620/product_2576459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-adx-12-wall-mounted-hand-sanitizer-dispenser-white-8820-06/product_372483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-all-purpose-cleaners-spray-glass-surface-cleaner-disinfectant-refill-fresh-citrus-scent-4342-04/product_2122192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-white-matted-black-frame-mw0065-b1114mf/product_2079624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-18-w-black-wood-spls-pstr-18bk/product_24570351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-18-w-natural-wood-spls-pstr-18nt/product_24570362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-bloodborne-pathogen-spill-kit-3841-16-rfl/product_24358256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-white-matted-black-frame-mw0066-b1114mf/product_2079621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-20-black-matted-black-frame-mw0065-b1620bmf/product_2085727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-20-black-matted-wood-frame-mw0065-w1620bmf/product_2085725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-24-w-natural-wood-spls-pstr-24nt/product_24570357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-sheet-cross-cut-shredder-ql-txc102a/product_105656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-row-abacus-ler1323/product_880610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-sanitizer-dispenser-white-5121-01/product_24358187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-36-w-natural-wood-spls-pstr-36nt/product_24570359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-wall-chalkboard-rustic-white-30-x-20-gpp-0011/product_24550812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-slatwall-shelf-bracket-chrome/product_1677971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-floor-stand-hand-sanitizer-dispenser-black-chrome-7416-ds/product_24460243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-w-x-18-l-lay-flat-poly-bag-2-0-mil-1000-carton-29988-cc/product_685345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-30-x-47-canvas-art-mw0065-c3047gg/product_2081082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-11-x-17-black-spls-menu-1117c/product_24570489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-4-x-6-black-polyurethane-leather-spls-menu-4x6a/product_24570475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-2-mil-reclosable-poly-bag-1000-case/product_24407410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0587-w1114mf/product_2082588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-wall-mounted-hand-soap-dispenser-graphite-7834-01/product_2801404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-2-mil-clear-1000-carton-500/product_939592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0587-b1620mf/product_2083295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-6-mil-clear-1000-carton-pb4213/product_24328866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-cs8-antibacterial-liquid-hand-soap-refill-for-cs-8-dispenser-2-carton-7869-02/product_24355352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0587-c1624gg/product_2080354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-no-cell-phone-use-please-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0266/product_24582828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-es-4-wall-mounted-hand-sanitizer-dispenser-graphite-5024-01/product_2728961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-staples-flush-cut-bubble-pouch-350-case/product_947771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0587-c2232gg/product_2077379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-10-standard-shipping-boxes-32-ect-kraft-25-bundle-101010/product_481800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-please-do-not-flush-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0255-s/product_24532225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-12-shipping-boxes-brown-25-bundle-101012/product_405841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-restroom-sign-with-braille-indoor-outdoor-wall-sign-6-x-9-black-white-3-pack-egp-hd-0036-s/product_24532216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-6424-01/product_2730477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-wall-mounted-hand-soap-dispenser-graphite-6434-01/product_2729224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-20-shipping-boxes-32-ect-brown-25-bundle-101020/product_408389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-35-x-47-canvas-art/product_312079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0100-w1114bmf/product_2079915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0100-b1620bmf/product_2085637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-window-chalkboard-with-suction-cups-14-x-10-5-egp-hd-0513-s/product_24554014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excelone-8-5-x-11-carbonless-paper-21-lbs-92-brightness-500-sheets-ream-10-reams-carton-230949/product_24472859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-4-shipping-boxes-32-ect-brown-25-pk/product_24408446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-35-x-47-canvas-art-ph0100-c3547gg/product_2080301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-es8-automatic-floor-stand-hand-sanitizer-dispenser-silver-graphite-7318-ds-slv/product_2847433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1962-black-by-claire-doherty-11-x-14-white-matted-black-frame-cdo0014-b1114mf/product_2081637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-6-32-ect-shipping-boxes/product_24410348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-white-by-claire-doherty-14-x-19-canvas-art-cdo0017-c1419gg/product_2079831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-fmx-20-wall-mounted-hand-soap-dispenser-white-6-carton-5240-06/product_2728957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-18-x-24-canvas-art-cdo0016-c1824gg/product_2078708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-foaming-hand-soap-refill-for-dispenser-fragrance-free-scent-4-carton-8565-04/product_24394867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-white-by-claire-doherty-18-x-24-canvas-art-cdo0017-c1824gg/product_2078707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-100-poly-sheeting-6-0-mil-white-4465g/product_939408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-1-5-mil-clear-1000-carton-170/product_939489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-foodservice-surface-sanitizer-fragrance-free-1-gallon-refill-4341-04/product_2122450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-1-mil-clear-1000-carton-2330/product_939923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1962-white-by-claire-doherty-18-x-24-canvas-art-cdo0015-c1824gg/product_2078709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exit-with-left-arrow-10x10-adhesive-glow/product_565486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-13190/product_24449583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-20-black-matted-black-frame-mw0065-b1620bmf/product_2085727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-16-x-20-black-matted-wood-frame-mw0065-w1620bmf/product_2085725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-24-w-natural-wood-spls-pstr-24nt/product_24570357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-sheet-cross-cut-shredder-ql-txc102a/product_105656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-row-abacus-ler1323/product_880610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-cs-4-wall-mounted-hand-sanitizer-dispenser-white-5121-01/product_24358187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-36-w-natural-wood-spls-pstr-36nt/product_24570359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-wall-chalkboard-rustic-white-30-x-20-gpp-0011/product_24550812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-slatwall-shelf-bracket-chrome/product_1677971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-floor-stand-hand-sanitizer-dispenser-black-chrome-7416-ds/product_24460243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-w-x-18-l-lay-flat-poly-bag-2-0-mil-1000-carton-29988-cc/product_685345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-30-x-47-canvas-art-mw0065-c3047gg/product_2081082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-11-x-17-black-spls-menu-1117c/product_24570489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-4-x-6-black-polyurethane-leather-spls-menu-4x6a/product_24570475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-2-mil-reclosable-poly-bag-1000-case/product_24407410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0587-w1114mf/product_2082588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-2-mil-clear-1000-carton-500/product_939592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-cs-8-automatic-wall-mounted-hand-soap-dispenser-graphite-7834-01/product_2801404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0587-b1620mf/product_2083295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-6-mil-clear-1000-carton-pb4213/product_24328866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-cs8-antibacterial-liquid-hand-soap-refill-for-cs-8-dispenser-2-carton-7869-02/product_24355352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0587-c1624gg/product_2080354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-es-4-wall-mounted-hand-sanitizer-dispenser-graphite-5024-01/product_2728961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-no-cell-phone-use-please-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0266/product_24582828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-10-standard-shipping-boxes-32-ect-kraft-25-bundle-101010/product_481800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-staples-flush-cut-bubble-pouch-350-case/product_947771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0587-c2232gg/product_2077379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-please-do-not-flush-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0255-s/product_24532225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-12-shipping-boxes-brown-25-bundle-101012/product_405841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-wall-mounted-hand-sanitizer-dispenser-graphite-6424-01/product_2730477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-restroom-sign-with-braille-indoor-outdoor-wall-sign-6-x-9-black-white-3-pack-egp-hd-0036-s/product_24532216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-20-shipping-boxes-32-ect-brown-25-bundle-101020/product_408389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-es-6-automatic-wall-mounted-hand-soap-dispenser-graphite-6434-01/product_2729224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-35-x-47-canvas-art/product_312079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0100-w1114bmf/product_2079915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0100-b1620bmf/product_2085637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excello-global-products-window-chalkboard-with-suction-cups-14-x-10-5-egp-hd-0513-s/product_24554014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-35-x-47-canvas-art-ph0100-c3547gg/product_2080301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-4-shipping-boxes-32-ect-brown-25-pk/product_24408446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/excelone-8-5-x-11-carbonless-paper-21-lbs-92-brightness-500-sheets-ream-10-reams-carton-230949/product_24472859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-es8-automatic-floor-stand-hand-sanitizer-dispenser-silver-graphite-7318-ds-slv/product_2847433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1962-black-by-claire-doherty-11-x-14-white-matted-black-frame-cdo0014-b1114mf/product_2081637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-6-32-ect-shipping-boxes/product_24410348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-fmx-20-wall-mounted-hand-soap-dispenser-white-6-carton-5240-06/product_2728957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-white-by-claire-doherty-14-x-19-canvas-art-cdo0017-c1419gg/product_2079831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-black-by-claire-doherty-18-x-24-canvas-art-cdo0016-c1824gg/product_2078708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-foaming-hand-soap-refill-for-dispenser-fragrance-free-scent-4-carton-8565-04/product_24394867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1885-white-by-claire-doherty-18-x-24-canvas-art-cdo0017-c1824gg/product_2078707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-100-poly-sheeting-6-0-mil-white-4465g/product_939408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-foodservice-surface-sanitizer-fragrance-free-1-gallon-refill-4341-04/product_2122450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1962-white-by-claire-doherty-18-x-24-canvas-art-cdo0015-c1824gg/product_2078709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-1-mil-clear-1000-carton-2330/product_939923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-13190/product_24449583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exit-with-left-arrow-10x10-adhesive-glow/product_565486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-1-5-mil-clear-1000-carton-170/product_939489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-clean-refreshing-scent-20-travel-packs-9124-12-cmr/product_24586755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/explosive-gas-14x10-040-aluminum-danger-sign/product_564333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-11-x-11-white-matted-wood-frame-ali1119-w1111mf/product_2084037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-refill-for-purell-high-capacity-wall-and-floor-stand-wipes-dispenser-1200-wipes-2-pack-9118-02/product_862426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-advanced-ultra-nourishing-foaming-hand-sanitizer-refill-for-es8-dispenser-1200-ml-2-carton-7756-02/product_2732727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-disinfecting-wipes-110-wipes-container-6-carton-9340-06/product_24529805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-16-x-16-white-matted-wood-frame-ali1119-w1616mf/product_2084418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-block-eraser-81505/product_272153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-10-x-19-canvas-art-ma0632-c1019gg/product_2077825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4130/product_940086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-classroom-pack-dry-erase-markers-chisel-tip-assorted-colors-12-pack-2097872/product_24507446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-x-8-shipping-box-200-mullen-rated-2-pack-2022025/product_24560340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-es-es6-dispenser-2-carton-6470-02/product_2840978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-es8-dispenser-2-carton-7772-02/product_2729237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-le-moulin-de-la-galette-canvas-art-14x19-inches/product_245688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-clear-view-self-sealing-poly-mailer-1000-carton-13710/product_24449571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-2-mil-clear-1000-carton-3660a/product_427353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-2-mil-clear-1000-carton-3977a/product_426723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-point-assorted-4-pack-82074/product_502039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-4-mil-clear-500-pack-prr101304/product_24343816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-self-sealing-poly-mailer-white-500-carton-cw56659/product_949131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-bouquet-of-chrysanthemums-canvas-art-24x32-inches/product_246277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-professional-surface-disinfectant-spray-fresh-citrus-scent-32-oz-6-carton-3342-06ct/product_24317043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-4-mil-clear-1000-carton-1180/product_939782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-l-estaque-1882-canvas-art-35x47-inches/product_246108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-shield-floor-wall-protector-attachment-for-cs-dispenser-white-4121-wht-18/product_24458584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-16-pack/product_SS229317018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-15-1-2-self-seal-bubble-pouches-250-case/product_949121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-landscape-at-les-collettes-canvas-art-18x24-inches/product_245987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-1-5-mil-clear-1000-carton-177/product_939491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-36-pack-2135174/product_24477232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purely-bl2-21-laptop-cooling-pads-plsbl2/product_24592060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-railway-bridge-at-chatou-1881-canvas-art-26x32-inches/product_245820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-8-pack-1927524/product_1677925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-bags-on-a-roll-4-mil-clear-500-roll-2732/product_769118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purely-sw60-adjustable-ipad-tablet-stand-and-holder-silver-ptssw60/product_24592070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-black-4-pack-80661/product_33170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-still-life-of-fruit-and-flowers-canvas-art-35x47-inches/product_246357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-green-12-pack-80004/product_589826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-purple-12-pack-80008dz/product_2800243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purex-powder-laundry-detergent-274-loads-250-oz-15-6-lbs-dia06355/product_480881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-180/product_939492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-bathers-canvas-art-24-x-32-inches/product_246084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pwr-brickcab-lvl5-na12v-4-16a/product_IM1LJ9138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-600w-compact-portable-indoor-outdoor-bluetooth-pa-speaker-black-pylpsbt65a/product_24418681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-800w-wireless-portable-bluetooth-pa-speaker-system-black-pylpwma1080ibt/product_1985658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-mosque-canvas-art-26x32-inches/product_246154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-mosque-canvas-art-35x47-inches/product_246155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-18-layflat-poly-bags-4-mil-clear-1000-carton-1190/product_939786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-clean-refreshing-scent-20-travel-packs-9124-12-cmr/product_24586755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/explosive-gas-14x10-040-aluminum-danger-sign/product_564333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-11-x-11-white-matted-wood-frame-ali1119-w1111mf/product_2084037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-refill-for-purell-high-capacity-wall-and-floor-stand-wipes-dispenser-1200-wipes-2-pack-9118-02/product_862426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-advanced-ultra-nourishing-foaming-hand-sanitizer-refill-for-es8-dispenser-1200-ml-2-carton-7756-02/product_2732727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-healthcare-disinfecting-wipes-110-wipes-container-6-carton-9340-06/product_24529805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-16-x-16-white-matted-wood-frame-ali1119-w1616mf/product_2084418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-block-eraser-81505/product_272153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-silhouette-by-david-ayash-10-x-19-canvas-art-ma0632-c1019gg/product_2077825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4130/product_940086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-classroom-pack-dry-erase-markers-chisel-tip-assorted-colors-12-pack-2097872/product_24507446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-12-x-8-shipping-box-200-mullen-rated-2-pack-2022025/product_24560340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-es-es6-dispenser-2-carton-6470-02/product_2840978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-es8-dispenser-2-carton-7772-02/product_2729237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-le-moulin-de-la-galette-canvas-art-14x19-inches/product_245688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-clear-view-self-sealing-poly-mailer-1000-carton-13710/product_24449571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-2-mil-clear-1000-carton-3660a/product_427353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-2-mil-clear-1000-carton-3977a/product_426723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-bullet-point-assorted-4-pack-82074/product_502039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-4-mil-clear-500-pack-prr101304/product_24343816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-13-self-sealing-poly-mailer-white-500-carton-cw56659/product_949131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-bouquet-of-chrysanthemums-canvas-art-24x32-inches/product_246277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-professional-surface-disinfectant-spray-fresh-citrus-scent-32-oz-6-carton-3342-06ct/product_24317043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-4-mil-clear-1000-carton-1180/product_939782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-l-estaque-1882-canvas-art-35x47-inches/product_246108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purell-shield-floor-wall-protector-attachment-for-cs-dispenser-white-4121-wht-18/product_24458584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-16-pack/product_SS229317018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-15-1-2-self-seal-bubble-pouches-250-case/product_949121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-landscape-at-les-collettes-canvas-art-18x24-inches/product_245987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-1-5-mil-clear-1000-carton-177/product_939491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-36-pack-2135174/product_24477232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purely-bl2-21-laptop-cooling-pads-plsbl2/product_24592060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-8-pack-1927524/product_1677925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-railway-bridge-at-chatou-1881-canvas-art-26x32-inches/product_245820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-bags-on-a-roll-4-mil-clear-500-roll-2732/product_769118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purely-sw60-adjustable-ipad-tablet-stand-and-holder-silver-ptssw60/product_24592070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-black-4-pack-80661/product_33170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-still-life-of-fruit-and-flowers-canvas-art-35x47-inches/product_246357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-green-12-pack-80004/product_589826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-purple-12-pack-80008dz/product_2800243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/purex-powder-laundry-detergent-274-loads-250-oz-15-6-lbs-dia06355/product_480881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-180/product_939492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-bathers-canvas-art-24-x-32-inches/product_246084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pwr-brickcab-lvl5-na12v-4-16a/product_IM1LJ9138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-600w-compact-portable-indoor-outdoor-bluetooth-pa-speaker-black-pylpsbt65a/product_24418681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-800w-wireless-portable-bluetooth-pa-speaker-system-black-pylpwma1080ibt/product_1985658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-mosque-canvas-art-26x32-inches/product_246154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-mosque-canvas-art-35x47-inches/product_246155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-18-layflat-poly-bags-4-mil-clear-1000-carton-1190/product_939786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-path-through-the-long-grass-187-35x47-inches/product_245597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-plcm4550-rearview-backup-parking-assist-camera-display-monitor-system/product_24329429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-2-mil-clear-1000-carton-521/product_939598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2346/product_361005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-vase-of-tulips-and-anemones-canvas-art-26x32-inches/product_246087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-4-mil-clear-1000-carton-1191/product_361058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-power-series-plpw15d-15-2000-w-dual-voice-coil-subwoofer/product_1597064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-black-36-pack-2003894/product_2724930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-young-girls-by-the-water-canvas-art-35x47-inches/product_246704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-1-5-mil-clear-1000-carton-187/product_939495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-black-4-pack-1871774/product_1015829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pmks8-u-base-gooseneck-desktop-microphone-stand/product_209146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pyrpmp53in-megaphone-with-aux-siren-talk-modes-50-watt-black/product_24327876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-11-x-14-wood-frame-art/product_315474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-16-x-24-canvas-art/product_503703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-chisel-tip-each/product_SS225604337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-secure-scan-hand-held-metal-detector-wand-security-scanner/product_1641700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:31:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-black-3600ss/product_34446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-38-x-10-shipping-boxes-32-ect-kraft-25-bundle-bs101038/product_690478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-bullet-tip-assorted-colors-4-per-pack-3-packs-san82074-3/product_24490747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-green-pack-of-6/product_1717442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-azaleas-18-x-24-canvas-art/product_317500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-black-3700/product_506621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-and-beautiful-kurt-shaffer-gallery-wrapped-ks325-c1624gg/product_249092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-11-x-14-black-frame-art/product_317587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-16-x-20-black-frame-art/product_317588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-2600-2650-2650pro-6200-and-6400-time-clocks-100-pack-42415/product_821706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-chisel-tip-black-4-pack-1944729/product_1971262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-marker-assorted-chisel-tip-12-pack-81043/product_24551921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-6-reclosable-poly-bags-2-mil-clear-1000-pack-pb3620/product_24408710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-chisel-tip-assorted-8-pack-1944741/product_1910452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-fine-tip-assorted-4-pack-1944746/product_1910451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-with-eraser-chisel-tip-assorted-4-pack-1944728/product_1971247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-20-gusseted-poly-bags-1-mil-clear-1000-carton-1396/product_692733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-hibiscus-bloom-18-x-24-canvas-art/product_317470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-mountable-whiteboard-caddy-kit-broad-chisel-tip-assorted-colors-1785294/product_354002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-interlude-c-18-x-24-canvas-art/product_317623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-neon-window-dry-erase-markers-bullet-tip-assorted-5-pack-1752226/product_829386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-hibiscus-bloom-24-x-32-canvas-art/product_317471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-6-corrugated-mailers-50-bundle-m1066/product_831824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-lilies-1897-1899-24-x-32-canvas-art/product_497275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-fine-point-wet-erase-overhead-marker-12-pack/product_SS137387588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-marker-fine-tip-black-ink-5-pack-16665-2134050/product_270876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-750-count-09824/product_24326188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-7-x-7-32-ect-shipping-boxes/product_2698311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qanba-obsidian-2-qanq7-joystick-for-playstation-5-4-pc-wired-black-obsidian/product_24565931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-poppy-dreams-18-x-24-canvas-art/product_317564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-20-gusseted-poly-bags-2-mil-clear-500-carton-1595/product_692990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-cleaner-blue-1752229/product_807747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-cleaner-blue-81800/product_364141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-24-gusseted-poly-bags-1-mil-clear-1000-carton-1398/product_939163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-cleaner-blue-81803/product_120741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-11-x-14-black-frame-art/product_315476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-path-through-the-long-grass-187-35x47-inches/product_245597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-plcm4550-rearview-backup-parking-assist-camera-display-monitor-system/product_24329429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-2-mil-clear-1000-carton-521/product_939598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2346/product_361005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-vase-of-tulips-and-anemones-canvas-art-26x32-inches/product_246087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-4-mil-clear-1000-carton-1191/product_361058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-power-series-plpw15d-15-2000-w-dual-voice-coil-subwoofer/product_1597064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-black-36-pack-2003894/product_2724930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-young-girls-by-the-water-canvas-art-35x47-inches/product_246704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-1-5-mil-clear-1000-carton-187/product_939495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-ultra-fine-tip-black-4-pack-1871774/product_1015829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pmks8-u-base-gooseneck-desktop-microphone-stand/product_209146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pyrpmp53in-megaphone-with-aux-siren-talk-modes-50-watt-black/product_24327876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-11-x-14-wood-frame-art/product_315474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-16-x-24-canvas-art/product_503703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-marker-chisel-tip-each/product_SS225604337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyle-secure-scan-hand-held-metal-detector-wand-security-scanner/product_1641700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-black-3600ss/product_34446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-38-x-10-shipping-boxes-32-ect-kraft-25-bundle-bs101038/product_690478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-bullet-tip-assorted-colors-4-per-pack-3-packs-san82074-3/product_24490747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-green-pack-of-6/product_1717442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-azaleas-18-x-24-canvas-art/product_317500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-black-3700/product_506621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-and-beautiful-kurt-shaffer-gallery-wrapped-ks325-c1624gg/product_249092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-11-x-14-black-frame-art/product_317587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-16-x-20-black-frame-art/product_317588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-2600-2650-2650pro-6200-and-6400-time-clocks-100-pack-42415/product_821706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-chisel-tip-black-4-pack-1944729/product_1971262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-marker-assorted-chisel-tip-12-pack-81043/product_24551921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-6-reclosable-poly-bags-2-mil-clear-1000-pack-pb3620/product_24408710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-chisel-tip-assorted-8-pack-1944741/product_1910452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-fine-tip-assorted-4-pack-1944746/product_1910451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-with-eraser-chisel-tip-assorted-4-pack-1944728/product_1971247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-20-gusseted-poly-bags-1-mil-clear-1000-carton-1396/product_692733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-mountable-whiteboard-caddy-kit-broad-chisel-tip-assorted-colors-1785294/product_354002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-hibiscus-bloom-18-x-24-canvas-art/product_317470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-interlude-c-18-x-24-canvas-art/product_317623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-neon-window-dry-erase-markers-bullet-tip-assorted-5-pack-1752226/product_829386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-hibiscus-bloom-24-x-32-canvas-art/product_317471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-6-corrugated-mailers-50-bundle-m1066/product_831824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-lilies-1897-1899-24-x-32-canvas-art/product_497275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-marker-fine-tip-black-ink-5-pack-16665-2134050/product_270876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-fine-point-wet-erase-overhead-marker-12-pack/product_SS137387588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/q-tips-cotton-swabs-750-count-09824/product_24326188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-7-x-7-32-ect-shipping-boxes/product_2698311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qanba-obsidian-2-qanq7-joystick-for-playstation-5-4-pc-wired-black-obsidian/product_24565931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-poppy-dreams-18-x-24-canvas-art/product_317564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-20-gusseted-poly-bags-2-mil-clear-500-carton-1595/product_692990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-cleaner-blue-81800/product_364141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-cleaner-blue-1752229/product_807747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-24-gusseted-poly-bags-1-mil-clear-1000-carton-1398/product_939163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-cleaner-blue-81803/product_120741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-11-x-14-black-frame-art/product_315476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1600/product_939853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-wipes-5-5-x-10-white-50-container-81850/product_462515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qfx-bluetooth-usb-sd-card-fm-radio-boom-box-with-microphone-remote-black-pbx-262/product_24574338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-microfiber-cleaning-cloth-12-x-12-white-1752313/product_163316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-xl-dry-erase-eraser-blue-8474/product_503449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/export-papers-enclosed-labels-yellow-black-5-x-3-500-rl/product_573204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-16-x-20-wood-frame-art/product_315483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exrp-flat-style-oven-igniter-with-8-lead-wire-1-1-2-ceramic-block/product_1310053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expose-ii-256-phenolic-disinfectant-cleaner-citrus-phenolic-scent-j-fill-2-5-liters-2-ct/product_812994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-6-shipping-boxes-32-ect-brown-25-bundle-1096/product_408395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-4-100-case-mtcap4/product_500695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-5-100-case-mtcap5/product_500696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-must-be-worn-in-10x14-040-aluminum-danger-sign/product_564327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qfx-wireless-dynamic-professional-microphone-silver-m-310/product_24576813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-30-x-47-canvas-art/product_314909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-required-in-this-area-10x14-040-aluminum-warning-sign/product_559948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/eye-wash-station-graphic-bilingual-14x10-040-aluminum/product_560268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-blue-belt/product_171051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-cards-rounded-pol/product_24488416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ezy-storage-19-02-qt-latch-lid-storage-tote-clear-blue-fba34060/product_24479719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-16-x-20-wood-frame-art/product_28387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-maroon-belt/product_171050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ezy-storage-79-25-qt-latch-lid-storage-tote-clear-blue-fba34064/product_24479720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-22-x-32-canvas-art/product_28441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-5x7-foil-card-taylor-pol/product_24454318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-classic-graphite-pencils-6-pack-fc119063/product_2315094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-6x4-ft-invttn-100-rc-gr/product_352422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-red-belt/product_171064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-white-belt/product_171063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-adv-lbl-10-sheet-3x2-pol/product_24471725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-green-belt/product_171062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-design-5b-5h-set-of-12-119064/product_2168690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-adv-lbl-mt-3x2-pol-dpf/product_24471336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0548-c1219gg/product_2079212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-jumbo-set-wooden-pencils-no-1-soft-lead-4-pack-119398/product_2315092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0548-b1620bmf/product_2083447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-sight-word-mini-books-lisa-cestnik-jay-cestnik-paperback/product_883765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-orange-crowd-control-belt-barrier-different-belt-color/product_SS235379550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0807-c1624gg/product_2077966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-x-12-poly-sheeting-6-mil-clear-cf612c/product_24410081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-marbling-art-for-beginners-craft-kit-assorted-colors-770806/product_2842748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0807-c2232gg/product_2077262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-black-steel-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235382138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-calligraphy-marker-chisel-tip-black-ink-3-pack-800076/product_2314614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-red-steel-crowd-control-belt-barrier-different-belt-color/product_SS235382455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1000-premium-gloss-bc-2s-pis/product_24448748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-355-nylon-crowd-control-belt-barrier-different-belt-color-post-color/product_SS235387799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-yellow-steel-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235385126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-cold-grey-iii-brush-232-pack-of-8/product_1721992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0860-c1419gg/product_2086836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1600/product_939853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-wipes-5-5-x-10-white-50-container-81850/product_462515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qfx-bluetooth-usb-sd-card-fm-radio-boom-box-with-microphone-remote-black-pbx-262/product_24574338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-microfiber-cleaning-cloth-12-x-12-white-1752313/product_163316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-xl-dry-erase-eraser-blue-8474/product_503449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/export-papers-enclosed-labels-yellow-black-5-x-3-500-rl/product_573204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-16-x-20-wood-frame-art/product_315483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/exrp-flat-style-oven-igniter-with-8-lead-wire-1-1-2-ceramic-block/product_1310053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/expose-ii-256-phenolic-disinfectant-cleaner-citrus-phenolic-scent-j-fill-2-5-liters-2-ct/product_812994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/10-x-9-x-6-shipping-boxes-32-ect-brown-25-bundle-1096/product_408395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-4-100-case-mtcap4/product_500695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/extra-caps-for-mailing-tubes-5-100-case-mtcap5/product_500696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-30-x-47-canvas-art/product_314909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-must-be-worn-in-10x14-040-aluminum-danger-sign/product_564327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qfx-wireless-dynamic-professional-microphone-silver-m-310/product_24576813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/eye-and-ear-protection-required-in-this-area-10x14-040-aluminum-warning-sign/product_559948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/eye-wash-station-graphic-bilingual-14x10-040-aluminum/product_560268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-blue-belt/product_171051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-cards-rounded-pol/product_24488416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ezy-storage-19-02-qt-latch-lid-storage-tote-clear-blue-fba34060/product_24479719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-16-x-20-wood-frame-art/product_28387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ezy-storage-79-25-qt-latch-lid-storage-tote-clear-blue-fba34064/product_24479720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-maroon-belt/product_171050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pisa-tower-ii-22-x-32-canvas-art/product_28441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-5x7-foil-card-taylor-pol/product_24454318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-adv-lbl-10-sheet-3x2-pol/product_24471725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-white-belt/product_171063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-red-belt/product_171064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-6x4-ft-invttn-100-rc-gr/product_352422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-classic-graphite-pencils-6-pack-fc119063/product_2315094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-green-belt/product_171062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-graphite-sketch-pencil-sets-design-5b-5h-set-of-12-119064/product_2168690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-adv-lbl-mt-3x2-pol-dpf/product_24471336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0548-c1219gg/product_2079212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-jumbo-set-wooden-pencils-no-1-soft-lead-4-pack-119398/product_2315092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0548-b1620bmf/product_2083447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-sight-word-mini-books-lisa-cestnik-jay-cestnik-paperback/product_883765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-250-orange-crowd-control-belt-barrier-different-belt-color/product_SS235379550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0807-c1624gg/product_2077966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/100-x-12-poly-sheeting-6-mil-clear-cf612c/product_24410081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-marbling-art-for-beginners-craft-kit-assorted-colors-770806/product_2842748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0807-c2232gg/product_2077262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-black-steel-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235382138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pen-calligraphy-marker-chisel-tip-black-ink-3-pack-800076/product_2314614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-red-steel-crowd-control-belt-barrier-different-belt-color/product_SS235382455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1000-premium-gloss-bc-2s-pis/product_24448748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-355-nylon-crowd-control-belt-barrier-different-belt-color-post-color/product_SS235387799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-300-yellow-steel-crowd-control-belt-barrier-different-belt-color-written-message/product_SS235385126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-cold-grey-iii-brush-232-pack-of-8/product_1721992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0860-c1419gg/product_2086836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qsconepro-2-woven-nylon-crowd-control-traffic-cone-belt-barrier-different-color-height/product_SS235089342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-indian-red-brush-192-pack-of-8/product_1722002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1000-premium-matte-bc-2s-pol/product_24448707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0860-c1824gg/product_2078379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-sky-blue-brush-146-pack-of-8/product_1722093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quaker-popped-rice-snacks-cheddar-crisps-0-67-oz-60-bags-pack-295-00051/product_2678467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-classic-drawing-pens-black-4-carton-167139/product_2321205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-10-business-envelope-4-1-2-x-9-1-2-white-50-box-69016/product_813430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-corgi-hardcover/product_24575974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-28lb-clasp-colored-catalog-envelopes-grey-kraft-9x12-100-box/product_653521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-dachshund-hardcover/product_24575962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-ivory-103-pack-of-12-12pk-110103/product_2130967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-by-design-turnpike-12-x-24-canvas-art-ali1322-c1224gg/product_2083127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-chrome-green-opaque-174-pack-of-12-12pk-110174/product_2131090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-golden-hardcover/product_24576014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/106-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-140-roll-3195/product_939189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/108-x-108-top-sheeting-1-5-mil-clear-100-roll-6005/product_361659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0807-w1620bmf/product_2086010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-iv-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0807-b1620mf/product_2086011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-brown-100-box-qua63562/product_377355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabriano-artistico-watercolor-paper-extra-white-140-lb-rough-22-in-x-30-in-pack-of-10-pk10-71-61910279/product_24204666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-red-100-box-qua63574/product_680165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabriano-tiziano-drawing-paper-felt-light-gray-pack-of-10-pk10-71-33032/product_24204684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0827-w1114bmf/product_2081834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabric-table-cover-4-black/product_214917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabrique-wib-slim-liberator-black-microfiber-nylon-tote-bag-for-14-1-notebook-lib14bk/product_24590472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-lemon-169-fl-oz-3-pk-mx06813act/product_24543623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-6-x-9-kraft-500-box-qua37555/product_901455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-8-3-4-x-9-1-2-shipping-boxes-32-ect-brown-25-bundle-1189/product_575999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-lavender-scent-169-fl-oz-153122/product_1618081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0829-c2232gg/product_2077291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0827-c3047gg/product_2081278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0829-c3047gg/product_2081277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-refreshing-lemon-scent-169-fl-oz-mx06813a/product_24423786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-ii-by-michael-tompsett-11-x-14-black-frame-mt0829-b1114mf/product_2081832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-15-self-sealing-bubble-mailer-5-25-carton-st56611b/product_813289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabuloso-professional-all-purpose-cleaner-degreaser-lavender-scent-1-gal-4-carton-us05253act/product_637721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-15-self-sealing-bubble-mailer-5-white-100-carton-cw56628/product_949087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-12-32-ect-shipping-boxes/product_24409433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-50-marble-pac57115/product_24535259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-ii-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0829-b1620mf/product_2085948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-10-shipping-boxes-32-ect-brown-25-bundle-11810r/product_947198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-50-white-subway-tile-pac57505/product_24535338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-10-x-13-kraft-100-box-qua37797/product_426678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-12-x-15-5-gray-100-box-qua38610/product_507872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-5-shipping-box-200-ect-25-bundle-1185r/product_1499954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-6-shipping-boxes-32-ect-brown-25-bundle-1186r/product_608382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0862-w1620bmf/product_2085848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-6-x-9-brown-kraft-100-box-qua37855/product_823259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-paper-roll-24-x-60-brown-pac0057027/product_24439116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0862-b1620mf/product_2085849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-3-4-x-10-1-2-x-2-1-2-easy-fold-mailers-50-bundle-m11102bfk/product_1578515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-50-l-canary-0057085/product_455041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-canary-57088/product_2431729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-7-8-x-17-7-8-staples-corrugated-layer-pad-100-bundle-bssp1117/product_949094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-dab-n-seal-1-69-oz-envelope-moistener-blue-4-pack-qua46071/product_24453926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/qsconepro-2-woven-nylon-crowd-control-traffic-cone-belt-barrier-different-color-height/product_SS235089342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-indian-red-brush-192-pack-of-8/product_1722002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1000-premium-matte-bc-2s-pol/product_24448707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quaker-popped-rice-snacks-cheddar-crisps-0-67-oz-60-bags-pack-295-00051/product_2678467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0860-c1824gg/product_2078379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-sky-blue-brush-146-pack-of-8/product_1722093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-classic-drawing-pens-black-4-carton-167139/product_2321205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-10-business-envelope-4-1-2-x-9-1-2-white-50-box-69016/product_813430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-corgi-hardcover/product_24575974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-dachshund-hardcover/product_24575962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-28lb-clasp-colored-catalog-envelopes-grey-kraft-9x12-100-box/product_653521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-ivory-103-pack-of-12-12pk-110103/product_2130967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-by-design-turnpike-12-x-24-canvas-art-ali1322-c1224gg/product_2083127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-golden-hardcover/product_24576014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/faber-castell-polychromos-artist-colored-pencils-each-chrome-green-opaque-174-pack-of-12-12pk-110174/product_2131090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/106-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-140-roll-3195/product_939189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-iv-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0807-w1620bmf/product_2086010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-iv-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0807-b1620mf/product_2086011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/108-x-108-top-sheeting-1-5-mil-clear-100-roll-6005/product_361659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-brown-100-box-qua63562/product_377355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabriano-artistico-watercolor-paper-extra-white-140-lb-rough-22-in-x-30-in-pack-of-10-pk10-71-61910279/product_24204666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-red-100-box-qua63574/product_680165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabriano-tiziano-drawing-paper-felt-light-gray-pack-of-10-pk10-71-33032/product_24204684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0827-w1114bmf/product_2081834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabrique-wib-slim-liberator-black-microfiber-nylon-tote-bag-for-14-1-notebook-lib14bk/product_24590472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabuloso-all-purpose-cleaner-lemon-169-fl-oz-3-pk-mx06813act/product_24543623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-6-x-9-kraft-500-box-qua37555/product_901455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabric-table-cover-4-black/product_214917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-8-3-4-x-9-1-2-shipping-boxes-32-ect-brown-25-bundle-1189/product_575999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0829-c2232gg/product_2077291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-lavender-scent-169-fl-oz-153122/product_1618081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0827-c3047gg/product_2081278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0829-c3047gg/product_2081277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-refreshing-lemon-scent-169-fl-oz-mx06813a/product_24423786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-ii-by-michael-tompsett-11-x-14-black-frame-mt0829-b1114mf/product_2081832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-15-self-sealing-bubble-mailer-5-25-carton-st56611b/product_813289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-15-self-sealing-bubble-mailer-5-white-100-carton-cw56628/product_949087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fabuloso-professional-all-purpose-cleaner-degreaser-lavender-scent-1-gal-4-carton-us05253act/product_637721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-12-32-ect-shipping-boxes/product_24409433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-50-marble-pac57115/product_24535259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-ii-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0829-b1620mf/product_2085948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-10-shipping-boxes-32-ect-brown-25-bundle-11810r/product_947198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-10-x-13-kraft-100-box-qua37797/product_426678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-6-x-9-brown-kraft-100-box-qua37855/product_823259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0862-w1620bmf/product_2085848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-5-shipping-box-200-ect-25-bundle-1185r/product_1499954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-12-x-15-5-gray-100-box-qua38610/product_507872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-6-shipping-boxes-32-ect-brown-25-bundle-1186r/product_608382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-50-white-subway-tile-pac57505/product_24535338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-paper-roll-24-x-60-brown-pac0057027/product_24439116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0862-b1620mf/product_2085849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-50-l-canary-0057085/product_455041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-3-4-x-10-1-2-x-2-1-2-easy-fold-mailers-50-bundle-m11102bfk/product_1578515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-7-8-x-17-7-8-staples-corrugated-layer-pad-100-bundle-bssp1117/product_949094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-dab-n-seal-1-69-oz-envelope-moistener-blue-4-pack-qua46071/product_24453926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-12-l-canary-57088/product_2431729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-shipping-boxes-32-ect-brown-25-bundle-1184sc/product_481801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-14-x-19-canvas-art/product_317381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-security-tinted-10-window-envelope-4-1-2-x-9-1-2-white-500-box-90130/product_813454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-16-x-20-wood-frame-art/product_317386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-16-x-24-canvas-art/product_317382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-L-x-11-W-x-9-H-Shipping-Boxes-32-ECT-Brown-25-Bundle-BS111109/product_2647431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-canned-air/product_SS132775923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fairlife-high-protein-chocolate-nutrition-shake-11-5-oz-12-box-220-01002/product_24476894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-duster-7-oz-dptcl/product_887545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-dusters-10-oz-3-pack-dpsxl3/product_2442530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-dusters-7oz-2-pack-dpsm2/product_356654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-5-shipping-boxes-32-ect-brown-25-bundle-11115/product_814138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-16-x-20-wood-frame-art/product_312932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-non-flammable-air-duster-3-5-oz-1-pack-dpnjb/product_633700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-brightly-colored-business-10-envelopes-4-1-8-x-9-1-2-green-25-pk/product_507683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-pz458/product_23978009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-waterfree-urinals-cartridges-20-carton-fwfc-20/product_2625554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-14-layflat-poly-bags-2-mil-clear-1000-carton-527/product_939601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-x-12-gray-250-box-41487/product_2708504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-x-12-woven-white-250-box-41488/product_377526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-currency-envelopes-2-1-2-x-4-1-4-brown-500-box-qua50262/product_638568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-14-reclosable-poly-bags-1-6-mil-clear-1000-carton-13243/product_24449662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-18-x-24-canvas-art-ali1115-c1824gg/product_2078748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-14-suffocation-warning-layflat-poly-bags-2-mil-clear-1000-carton-16120/product_24442812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-35-x-47-canvas-art-ali1115-c3547gg/product_2080767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-inter-departmental-envelope-10-x-13-multi-colors-100-box-63778/product_458290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fantastik-max-power-all-purpose-cleaner-and-degreaser-light-scent-32-oz-323563ea/product_24494078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-open-end-catalog-envelopes-10-x-13-brown-100-bx-qua41667/product_817397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-16-x-20-white-matted-black-frame-nd098-b1620mf/product_2085708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fargo-id-printer-dtc1250e/product_IM1TG7533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-24-x-32-canvas-art-nd098-c2432gg/product_2081238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-security-tinted-business-envelopes-4-1-2-x-9-1-2-white-wove-500-box-qua21432/product_668699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-4-mil-clear-500-carton-1187/product_939785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fargo-multicolor-dye-sublimation-printer-ribbon-84051/product_IM1Q17755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-night-deposit-bags-opaque-white-100-box-qua45224/product_507907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-night-redi-strip-deposit-bags-opaque-100-box-45228/product_902799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/farm-tuff-20-x-38-plastic-double-deck-wagon-4010/product_395684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0874-b1620bmf/product_2085817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fashion-plates-travel-set-01306/product_2730105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-14-shipping-boxes-brown-25-bundle-14118/product_948977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pond-and-paintography-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd-psl0319-w1114mf/product_1551758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-open-end-first-class-catalog-envelopes-6-x-9-green-white-100-bx/product_51710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pond-and-paintography-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd-psl0319-b1620mf/product_1550934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-6-corrugated-shipping-boxes-32-ect-25-bundle-bs110806/product_557420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-products-redi-strip-4-1-8-x-9-1-2-white-24-lbs-security-tinted-envelopes-1000-pack-qua69122b/product_2623287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-10-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box-qua11118/product_458291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-1-16-x12-1-16-x12-3-4-Partners-Brand-Plastic-Jug-Shipper-Kit-4-1-Gallon-1-Each-HAZ1132/product_946252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-10-x-13-kraft-100-box-43767/product_813432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-air-heavy-duty-air-freshener-spray-crisp-clean-scent-8-8-fl-oz-3-pack-74601/product_24602153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-24-x-24-canvas-art-ali1015-c2424gg/product_2078635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-35-x-35-canvas-art-ali1015-c3535gg/product_2080755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-4-shipping-boxes-32-ect-brown-25-bundle-1184sc/product_481801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-14-x-19-canvas-art/product_317381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-security-tinted-10-window-envelope-4-1-2-x-9-1-2-white-500-box-90130/product_813454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-16-x-20-wood-frame-art/product_317386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-16-x-24-canvas-art/product_317382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-L-x-11-W-x-9-H-Shipping-Boxes-32-ECT-Brown-25-Bundle-BS111109/product_2647431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-canned-air/product_SS132775923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fairlife-high-protein-chocolate-nutrition-shake-11-5-oz-12-box-220-01002/product_24476894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-duster-7-oz-dptcl/product_887545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-dusters-10-oz-3-pack-dpsxl3/product_2442530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-dusters-7oz-2-pack-dpsm2/product_356654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-11-x-5-shipping-boxes-32-ect-brown-25-bundle-11115/product_814138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pneu-hutchinson-16-x-20-wood-frame-art/product_312932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-non-flammable-air-duster-3-5-oz-1-pack-dpnjb/product_633700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-brightly-colored-business-10-envelopes-4-1-8-x-9-1-2-green-25-pk/product_507683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-pz458/product_23978009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/falcon-waterfree-urinals-cartridges-20-carton-fwfc-20/product_2625554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-14-layflat-poly-bags-2-mil-clear-1000-carton-527/product_939601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-x-12-woven-white-250-box-41488/product_377526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-x-12-gray-250-box-41487/product_2708504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-currency-envelopes-2-1-2-x-4-1-4-brown-500-box-qua50262/product_638568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-14-reclosable-poly-bags-1-6-mil-clear-1000-carton-13243/product_24449662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-18-x-24-canvas-art-ali1115-c1824gg/product_2078748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-35-x-47-canvas-art-ali1115-c3547gg/product_2080767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-14-suffocation-warning-layflat-poly-bags-2-mil-clear-1000-carton-16120/product_24442812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-inter-departmental-envelope-10-x-13-multi-colors-100-box-63778/product_458290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-open-end-catalog-envelopes-10-x-13-brown-100-bx-qua41667/product_817397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fantastik-max-power-all-purpose-cleaner-and-degreaser-light-scent-32-oz-323563ea/product_24494078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-16-x-20-white-matted-black-frame-nd098-b1620mf/product_2085708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fargo-id-printer-dtc1250e/product_IM1TG7533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-24-x-32-canvas-art-nd098-c2432gg/product_2081238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-security-tinted-business-envelopes-4-1-2-x-9-1-2-white-wove-500-box-qua21432/product_668699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-4-mil-clear-500-carton-1187/product_939785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fargo-multicolor-dye-sublimation-printer-ribbon-84051/product_IM1Q17755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-night-deposit-bags-opaque-white-100-box-qua45224/product_507907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-night-redi-strip-deposit-bags-opaque-100-box-45228/product_902799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/farm-tuff-20-x-38-plastic-double-deck-wagon-4010/product_395684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0874-b1620bmf/product_2085817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fashion-plates-travel-set-01306/product_2730105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-14-shipping-boxes-brown-25-bundle-14118/product_948977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pond-and-paintography-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd-psl0319-w1114mf/product_1551758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-open-end-first-class-catalog-envelopes-6-x-9-green-white-100-bx/product_51710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pond-and-paintography-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd-psl0319-b1620mf/product_1550934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-6-corrugated-shipping-boxes-32-ect-25-bundle-bs110806/product_557420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-products-redi-strip-4-1-8-x-9-1-2-white-24-lbs-security-tinted-envelopes-1000-pack-qua69122b/product_2623287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-10-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box-qua11118/product_458291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-1-16-x12-1-16-x12-3-4-Partners-Brand-Plastic-Jug-Shipper-Kit-4-1-Gallon-1-Each-HAZ1132/product_946252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-10-x-13-kraft-100-box-43767/product_813432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-air-heavy-duty-air-freshener-spray-crisp-clean-scent-8-8-fl-oz-3-pack-74601/product_24602153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-24-x-24-canvas-art-ali1015-c2424gg/product_2078635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-35-x-35-canvas-art-ali1015-c3535gg/product_2080755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-9-1-2-x-12-1-2-kraft-100-box-43667/product_813431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-9-x-12-brown-100-box-43511/product_802220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-2-deluxe-literature-mailers-50-bundle-mfl1292k/product_1004917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-5-x-9-5-kraft-250-box-qua43362/product_377343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-4-deluxe-literature-mailers-50-bundle-mfl1294/product_833122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-l-x-9-h-brown-100-box-qua43167/product_813608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-8-5-8-double-window-envelopes-3-5-8-x-8-5-8-white-500-box-qua24539/product_565304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-light-air-freshener/product_SS176636458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-light-air-handheld-aerosol-lavender-8-8-oz-62970/product_24441683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-9-double-window-envelope-3-7-8-x-8-13-16-white-wove-500-pack-24529-500/product_23996108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-25-x-9-25-x-12-shipping-boxes-32-ect-brown-25-bundle-12912r/product_405819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-aerosol-air-freshener-island-fresh-scent-11-84-oz-96253/product_2519633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-aerosol-gain-original-scent-8-8-oz-2-pack-97810/product_2519626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-10-double-window-envelope-4-1-2-x-9-1-2-white-wove-1000-pack-24559-qp-1000/product_23995459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-8-double-window-envelope-3-5-8-x-8-5-8-white-250-pack-24539-250/product_23995962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-5-coin-and-small-parts-envelope-3-13-x-5-25-kraft-500-box-qua50764/product_24582370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-L-x-10-W-x-5-H-Korrvu-Retention-Packaging-1-Bundle/product_946268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-16-x-20-white-matted-black-frame-ma0620-b1620mf/product_2086223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-18-x-24-canvas-art-ma0620-c1824gg/product_2078506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-10-x-13-brown-kraft-100-box-qua44762/product_813439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-24-x-32-canvas-art/product_314226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-35-x-47-canvas-art/product_314227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-bowl-display-with-extension-arm-for-sky-tower-unit/product_2230227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-scented-oil-refill-linen-and-sky-scent-0-87-oz-74901/product_24323921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-on-black-by-kurt-shaffer-canvas-ready-to-hang/product_249094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-professional-fabric-refresher-odor-fighter-fresh-clean-128-oz-3-carton-33032/product_869441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-popularity-everyone-is-doing-it-by-dan-monteavaro-14-x-19-canvas-art-ali0970-c1419gg/product_2079356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-black-2000-carton-plt12k/product_948736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-expansion-poly-mailers-13-x-16-white-100-box-qua46393/product_638751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-white-2000-carton-plt12w/product_948738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0570-b1114bmf/product_2082641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-unstopables-air-freshener-aerosol-fresh-scent-8-8-fl-oz-3-pack-42723/product_24605964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-tabletop-impulse-sealer-spb12/product_459012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-tabletop-with-cutter-impulse-sealer-spbc12/product_667658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-wove-500-box-67418/product_717362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-navy-100-pack-52501/product_683625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-500-box-21412/product_377516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-10-l-x-13-h-brown-25-pack-qua93336/product_445596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-1-4-plastic-binding-spine-comb-20-sheet-capacity-navy-100-pack-52502/product_812769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-10-l-x-15-h-kraft-25-pack-qua93338/product_445597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-document-envelopes-9-3-4-x-12-1-2-white-25-box-64015/product_2598542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-invitation-envelopes-5-3-4-x-4-3-8-white-100-box-qua10740/product_582032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-security-tinted-10-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box-qua69122/product_813442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-24-compartment-literature-organizers-29-x-23-44-dove-gray-25041/product_684613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-ship-lite-open-end-catalog-envelope-10-x-13-white-100-box-quas3620/product_456563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-3-4-plastic-binding-spine-comb-150-sheet-capacity-black-100-pack-52367/product_573270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-16-x-20-black-frame-art/product_821536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-30-gusseted-poly-bags-3-mil-clear-250-carton-1739/product_361629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-4-32-ect-multi-depth-shipping-boxes/product_24410350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-16-x-20-wood-frame-art/product_821533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-first-class-self-seal-catalog-envelope-10-x-13-white-100-carton-r4210/product_2623493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-18-x-24-canvas-art/product_821718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-4-literature-mailers-50-bundle-ml1184/product_1499820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-white-100-pack-52371/product_683622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-9-1-2-x-12-1-2-kraft-100-box-43667/product_813431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-2-deluxe-literature-mailers-50-bundle-mfl1292k/product_1004917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-9-x-12-brown-100-box-43511/product_802220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-4-deluxe-literature-mailers-50-bundle-mfl1294/product_833122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-5-x-9-5-kraft-250-box-qua43362/product_377343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelopes-6-l-x-9-h-brown-100-box-qua43167/product_813608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-8-5-8-double-window-envelopes-3-5-8-x-8-5-8-white-500-box-qua24539/product_565304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-light-air-freshener/product_SS176636458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-light-air-handheld-aerosol-lavender-8-8-oz-62970/product_24441683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-9-double-window-envelope-3-7-8-x-8-13-16-white-wove-500-pack-24529-500/product_23996108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-25-x-9-25-x-12-shipping-boxes-32-ect-brown-25-bundle-12912r/product_405819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-aerosol-air-freshener-island-fresh-scent-11-84-oz-96253/product_2519633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-aerosol-gain-original-scent-8-8-oz-2-pack-97810/product_2519626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-10-double-window-envelope-4-1-2-x-9-1-2-white-wove-1000-pack-24559-qp-1000/product_23995459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-security-tinted-8-double-window-envelope-3-5-8-x-8-5-8-white-250-pack-24539-250/product_23995962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-self-seal-5-coin-and-small-parts-envelope-3-13-x-5-25-kraft-500-box-qua50764/product_24582370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-L-x-10-W-x-5-H-Korrvu-Retention-Packaging-1-Bundle/product_946268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-16-x-20-white-matted-black-frame-ma0620-b1620mf/product_2086223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-18-x-24-canvas-art-ma0620-c1824gg/product_2078506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-10-x-13-brown-kraft-100-box-qua44762/product_813439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-24-x-32-canvas-art/product_314226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-35-x-47-canvas-art/product_314227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-bowl-display-with-extension-arm-for-sky-tower-unit/product_2230227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-plug-air-freshener-scented-oil-refill-linen-and-sky-scent-0-87-oz-74901/product_24323921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-on-black-by-kurt-shaffer-canvas-ready-to-hang/product_249094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-professional-fabric-refresher-odor-fighter-fresh-clean-128-oz-3-carton-33032/product_869441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-popularity-everyone-is-doing-it-by-dan-monteavaro-14-x-19-canvas-art-ali0970-c1419gg/product_2079356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-black-2000-carton-plt12k/product_948736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-expansion-poly-mailers-13-x-16-white-100-box-qua46393/product_638751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-plastic-twist-ties-white-2000-carton-plt12w/product_948738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0570-b1114bmf/product_2082641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/febreze-unstopables-air-freshener-aerosol-fresh-scent-8-8-fl-oz-3-pack-42723/product_24605964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-tabletop-impulse-sealer-spb12/product_459012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-tabletop-with-cutter-impulse-sealer-spbc12/product_667658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-reveal-n-seal-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-wove-500-box-67418/product_717362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-navy-100-pack-52501/product_683625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-security-tinted-10-window-envelope-4-1-8-x-9-1-2-white-500-box-21412/product_377516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-10-l-x-13-h-brown-25-pack-qua93336/product_445596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-1-4-plastic-binding-spine-comb-20-sheet-capacity-navy-100-pack-52502/product_812769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-10-l-x-15-h-kraft-25-pack-qua93338/product_445597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-document-envelopes-9-3-4-x-12-1-2-white-25-box-64015/product_2598542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-invitation-envelopes-5-3-4-x-4-3-8-white-100-box-qua10740/product_582032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-security-tinted-10-business-envelopes-4-1-8-x-9-1-2-white-wove-500-box-qua69122/product_813442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-24-compartment-literature-organizers-29-x-23-44-dove-gray-25041/product_684613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-ship-lite-open-end-catalog-envelope-10-x-13-white-100-box-quas3620/product_456563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-3-4-plastic-binding-spine-comb-150-sheet-capacity-black-100-pack-52367/product_573270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-16-x-20-black-frame-art/product_821536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-30-gusseted-poly-bags-3-mil-clear-250-carton-1739/product_361629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-4-32-ect-multi-depth-shipping-boxes/product_24410350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-16-x-20-wood-frame-art/product_821533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-first-class-self-seal-catalog-envelope-10-x-13-white-100-carton-r4210/product_2623493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-18-x-24-canvas-art/product_821718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-4-literature-mailers-50-bundle-ml1184/product_1499820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-white-100-pack-52371/product_683622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:33:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portrait-of-adele-bloch-bauer-i-35-x-35-canvas-art/product_496274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-5-16-plastic-binding-spine-comb-40-sheet-capacity-black-100-pack-52507/product_572699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-14-25-x-20-white-25-box-quar5106/product_508893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-multi-depth-shipping-boxes-brown-25-bundle-md12108/product_481752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-9-x-12-white-100-box-quar1470/product_827878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-tyvek-expansion-self-seal-catalog-envelopes-10-x-13-white-100-carton-quar4500/product_892986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-11-1-2-x-3-easy-fold-mailers-50-bundle-m12113bfk/product_1578512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-11-x-14-black-frame-art/product_317387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-layflat-poly-bags-1-mil-clear-1000-carton-2350/product_939925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-first-class-booklet-expansion-mailers-97-14-lb-white-10-x-13-x-1-1-2-100-ct/product_813470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-layflat-poly-bags-2-mil-clear-1000-carton-525/product_939138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-activefusion-standard-floor-wellness-mat-36-x-24-black-8707102/product_24368225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-open-end-envelope-12-x-16-x-2-white-100-carton-quar4290/product_827951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poster-calendar-1897-by-edward-penefield-ready-to-hang-18x24-inches/product_255289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-self-seal-air-bubble-mailers-side-seam-white-6-1-2-w-x-9-1-2-l-25-bx/product_75788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-ungummed-booklet-envelope-9-1-2-x-11-7-8-beige-100-box-89604/product_508477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-90-100-dx5-true-hepa-air-purifier-filter-4-carton-9287001/product_242660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-16-x-20-white-matted-black-frame-ali1123-b1620mf/product_2086579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-4-mil-clear-1000-carton-4024a/product_939369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quarry-illustration-school-let-s-draw-plants-and-small-creatures-9781592536474/product_2130681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-4-mil-clear-500-carton-3785a/product_726284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-24-x-32-canvas-art-ali1123-c2432gg/product_2078564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quarters-coin-wrappers-16-000-carton/product_167651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-energy-star-true-hepa-console-air-purifier-black-9286101-aeramax/product_392183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-staples-flush-cut-foam-pouch-150-case/product_947710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-136-manual-tripod-projector-screen-white-696s/product_376977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-10-shipping-boxes-32-ect-white-25-bundle-121210w/product_630322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-black-frame-art/product_493089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-wood-frame-art/product_495602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-32-ect-multi-depth-shipping-boxes/product_24406373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-insulated-box-liners-25-case-inl1212/product_947232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-18-x-24-canvas-art/product_492612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-landscape-14-x-19-canvas-art/product_494172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-true-hepa-console-air-purifier-black-9286201-aeaamax/product_392187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-18-shipping-boxes-32-ect-brown-25-bundle-121218/product_405820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-classic-cork-bulletin-board-black-frame-2-w-x-1-5-h-2301b/product_229955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-2-deluxe-literature-mailers-50-bundle-mfl12122k/product_1499849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairy-grass-ii-by-kurt-shaffer-canvas-ready-to-hang/product_249033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-board-aluminum-frame-5-x-3-eisc3956/product_1157192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-array-ac2-true-hepa-ceiling-mounted-air-purifier-5-speed-white-5889201/product_24563203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preparations-22-x-32-canvas-art/product_818026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aeramax-pro-2-carbon-filter-w-pre-filter-2-pack-9436802/product_1713710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-array-ar2-true-hepa-ceiling-mounted-air-purifier-5-speed-white-5888901/product_24563198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-4-32-ect-shipping-boxes-25-bundle-cw57276u/product_481811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aw1-true-hepa-wall-mounted-air-purifier-5-speed-white-5884801/product_24563202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-black-white-palms-canvas-art-8x24-inches/product_247859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-brooklyn-bridge-canvas-art-16x47-inches/product_247632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-blue-club-canvas-art-6x19-inches/product_247766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-shipping-box-ect-32-white-25-bundle-22615/product_630318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-100ma-100-sheet-micro-cut-shredder-4704001/product_24544762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-200m-200-sheet-micro-cut-personal-shredder-4656201/product_2742524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-5-16-plastic-binding-spine-comb-40-sheet-capacity-black-100-pack-52507/product_572699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portrait-of-adele-bloch-bauer-i-35-x-35-canvas-art/product_496274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-14-25-x-20-white-25-box-quar5106/product_508893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-8-multi-depth-shipping-boxes-brown-25-bundle-md12108/product_481752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-9-x-12-white-100-box-quar1470/product_827878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-tyvek-expansion-self-seal-catalog-envelopes-10-x-13-white-100-carton-quar4500/product_892986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-11-1-2-x-3-easy-fold-mailers-50-bundle-m12113bfk/product_1578512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-11-x-14-black-frame-art/product_317387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-first-class-booklet-expansion-mailers-97-14-lb-white-10-x-13-x-1-1-2-100-ct/product_813470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-layflat-poly-bags-1-mil-clear-1000-carton-2350/product_939925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-layflat-poly-bags-2-mil-clear-1000-carton-525/product_939138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-activefusion-standard-floor-wellness-mat-36-x-24-black-8707102/product_24368225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-open-end-envelope-12-x-16-x-2-white-100-carton-quar4290/product_827951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-self-seal-air-bubble-mailers-side-seam-white-6-1-2-w-x-9-1-2-l-25-bx/product_75788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quality-park-ungummed-booklet-envelope-9-1-2-x-11-7-8-beige-100-box-89604/product_508477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poster-calendar-1897-by-edward-penefield-ready-to-hang-18x24-inches/product_255289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-90-100-dx5-true-hepa-air-purifier-filter-4-carton-9287001/product_242660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-16-x-20-white-matted-black-frame-ali1123-b1620mf/product_2086579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-4-mil-clear-1000-carton-4024a/product_939369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-4-mil-clear-500-carton-3785a/product_726284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quarry-illustration-school-let-s-draw-plants-and-small-creatures-9781592536474/product_2130681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pozo-by-moises-levy-24-x-32-canvas-art-ali1123-c2432gg/product_2078564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quarters-coin-wrappers-16-000-carton/product_167651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-energy-star-true-hepa-console-air-purifier-black-9286101-aeramax/product_392183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-staples-flush-cut-foam-pouch-150-case/product_947710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-136-manual-tripod-projector-screen-white-696s/product_376977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-10-shipping-boxes-32-ect-white-25-bundle-121210w/product_630322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-black-frame-art/product_493089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-11-x-14-wood-frame-art/product_495602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-32-ect-multi-depth-shipping-boxes/product_24406373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-12-insulated-box-liners-25-case-inl1212/product_947232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-18-x-24-canvas-art/product_492612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-true-hepa-console-air-purifier-black-9286201-aeaamax/product_392187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-landscape-14-x-19-canvas-art/product_494172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-18-shipping-boxes-32-ect-brown-25-bundle-121218/product_405820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-classic-cork-bulletin-board-black-frame-2-w-x-1-5-h-2301b/product_229955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-2-deluxe-literature-mailers-50-bundle-mfl12122k/product_1499849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairy-grass-ii-by-kurt-shaffer-canvas-ready-to-hang/product_249033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-board-aluminum-frame-5-x-3-eisc3956/product_1157192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-array-ac2-true-hepa-ceiling-mounted-air-purifier-5-speed-white-5889201/product_24563203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preparations-22-x-32-canvas-art/product_818026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aeramax-pro-2-carbon-filter-w-pre-filter-2-pack-9436802/product_1713710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-array-ar2-true-hepa-ceiling-mounted-air-purifier-5-speed-white-5888901/product_24563198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-4-32-ect-shipping-boxes-25-bundle-cw57276u/product_481811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aw1-true-hepa-wall-mounted-air-purifier-5-speed-white-5884801/product_24563202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-black-white-palms-canvas-art-8x24-inches/product_247859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-brooklyn-bridge-canvas-art-16x47-inches/product_247632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-blue-club-canvas-art-6x19-inches/product_247766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-shipping-box-ect-32-white-25-bundle-22615/product_630318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-100ma-100-sheet-micro-cut-shredder-4704001/product_24544762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-200m-200-sheet-micro-cut-personal-shredder-4656201/product_2742524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-floods-cove-canvas-art-12x32-inches/product_247919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-enduraglide-kit-assorted-colors-5001m-4sk/product_813617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-shipping-boxes-44-ect-brown-25-bundle-hd12126/product_576063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-futura-flip-chart-easel-67-black-metal-qt351900/product_414705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-floral-escape-canvas-art-14-x-47-inches/product_247779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-bags-38-gal-50-box-3605801/product_703101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-13-reclosable-poly-bags-4-mil-clear-1000-carton-pb4183/product_24328891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-195/product_939502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-good-day-canvas-art-16x47-inches/product_247925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-3-mil-clear-1000-carton-6190/product_24449509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-heavy-duty-display-easel-66-black-aluminum-56e/product_782268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stands-black-100098500/product_24602325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stands-white-100098501/product_24602326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-1-2-flat-ship-lite-envelope-100-case/product_947675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-glass-dry-erase-whiteboard-6-x-4-g7248f/product_229988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-business-card-self-sealing-laminating-pouches-business-card-5-mil-5-pack-5220101/product_572893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-callisto-125-thermal-cold-laminator-12-5-width-silver-black-5729101/product_398765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-lay-flat-self-sealing-poly-mailer-200-carton-5110/product_24449628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-calendar-dry-erase-whiteboard-frameless-2-x-1-5-gc2418f/product_229982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-maho-beach-canvas-art-18x24-inches/product_247944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-self-sealing-poly-mailer-5-white-500-carton-cw56605/product_684211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-cambio-40-adjustable-table-base-9682001/product_24401398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-3-x-2-g3624b/product_229992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-maine-bouy-canvas-art-12x32-inches/product_247947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-antistatic-layflat-poly-bags-2-mil-pink-1000-carton-12045/product_693477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-flush-cut-bubble-pouch-200-case-bob1215f/product_947717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-inview-total-erase-dry-erase-whiteboard-steel-frame-3-x-2-72982/product_805647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-notre-dame-canvas-art-8x24-inches/product_247834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-1-2-mil-clear-1000-carton-flatbetcl51201a/product_24316203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-palace-des-versailles-canvas-art-6x19-inches/product_247837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-1-5-mil-clear-1000-carton-199/product_939503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-gel-mouse-pad-wrist-rest-combo-non-skid-base-purple-91441/product_478452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-1-mil-clear-1000-carton-2358/product_939172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-laser-pointer-custom-grip-pocket-clip-500-yards-blue/product_449765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-little-giant-felt-chalkboard-eraser-1-h-x-2-w-x-5-d-black-804526/product_500645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-s-afternoon-canvas-art-16x47-inches/product_247961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-fence-canvas-art-18x24-inches/product_247957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-4-mil-clear-1000-carton-1201/product_939790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-times-square-canvas-art-12x32-inches/product_247689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-oversize-clear-100-pack-52311/product_719620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-1000-carton-3670a/product_427355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-push-pins-assorted-colors-20-pack-mppc/product_567996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-usa-polo-canvas-art-16x47-inches/product_247640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-1000-carton-pb6729/product_23977882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-adjustable-monitor-riser-up-to-32-black-8038101/product_735534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-laptop-riser-8038401/product_735535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-red-1000-carton-pb3670r/product_256295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-matrix-metal-cubicle-hangers-black-2-set-mch10/product_605185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretoria-south-africa-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0781-c3047gg/product_2081488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-easy-glide-gel-mouse-pad-wrist-rest-combo-non-skid-base-black-93730/product_393808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-1000-carton-pb7025/product_23977887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-premium-dry-erase-markers-bullet-tip-assorted-color-inks-6-pack-79556/product_24440667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-11-x-14-wood-frame-art/product_317403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-4240a/product_939391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-16-x-20-black-frame-art/product_317398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-floods-cove-canvas-art-12x32-inches/product_247919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-enduraglide-kit-assorted-colors-5001m-4sk/product_813617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-shipping-boxes-44-ect-brown-25-bundle-hd12126/product_576063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-futura-flip-chart-easel-67-black-metal-qt351900/product_414705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-floral-escape-canvas-art-14-x-47-inches/product_247779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-bags-38-gal-50-box-3605801/product_703101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-13-reclosable-poly-bags-4-mil-clear-1000-carton-pb4183/product_24328891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-1-5-mil-clear-1000-carton-195/product_939502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-good-day-canvas-art-16x47-inches/product_247925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-3-mil-clear-1000-carton-6190/product_24449509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-heavy-duty-display-easel-66-black-aluminum-56e/product_782268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stands-black-100098500/product_24602325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-9-25-x-10-55-laptop-stands-white-100098501/product_24602326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-1-2-flat-ship-lite-envelope-100-case/product_947675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-glass-dry-erase-whiteboard-6-x-4-g7248f/product_229988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-business-card-self-sealing-laminating-pouches-business-card-5-mil-5-pack-5220101/product_572893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-callisto-125-thermal-cold-laminator-12-5-width-silver-black-5729101/product_398765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-lay-flat-self-sealing-poly-mailer-200-carton-5110/product_24449628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-calendar-dry-erase-whiteboard-frameless-2-x-1-5-gc2418f/product_229982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-maho-beach-canvas-art-18x24-inches/product_247944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-5-self-sealing-poly-mailer-5-white-500-carton-cw56605/product_684211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-cambio-40-adjustable-table-base-9682001/product_24401398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-antistatic-layflat-poly-bags-2-mil-pink-1000-carton-12045/product_693477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-maine-bouy-canvas-art-12x32-inches/product_247947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-3-x-2-g3624b/product_229992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-flush-cut-bubble-pouch-200-case-bob1215f/product_947717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-inview-total-erase-dry-erase-whiteboard-steel-frame-3-x-2-72982/product_805647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-notre-dame-canvas-art-8x24-inches/product_247834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-1-2-mil-clear-1000-carton-flatbetcl51201a/product_24316203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-palace-des-versailles-canvas-art-6x19-inches/product_247837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-1-5-mil-clear-1000-carton-199/product_939503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-gel-mouse-pad-wrist-rest-combo-non-skid-base-purple-91441/product_478452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-1-mil-clear-1000-carton-2358/product_939172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-laser-pointer-custom-grip-pocket-clip-500-yards-blue/product_449765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-little-giant-felt-chalkboard-eraser-1-h-x-2-w-x-5-d-black-804526/product_500645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-s-afternoon-canvas-art-16x47-inches/product_247961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-bart-fence-canvas-art-18x24-inches/product_247957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-4-mil-clear-1000-carton-1201/product_939790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-times-square-canvas-art-12x32-inches/product_247689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-presentation-covers-oversize-clear-100-pack-52311/product_719620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-1000-carton-3670a/product_427355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-push-pins-assorted-colors-20-pack-mppc/product_567996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-usa-polo-canvas-art-16x47-inches/product_247640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-1000-carton-pb6729/product_23977882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-adjustable-monitor-riser-up-to-32-black-8038101/product_735534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-laptop-riser-8038401/product_735535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-red-1000-carton-pb3670r/product_256295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-matrix-metal-cubicle-hangers-black-2-set-mch10/product_605185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretoria-south-africa-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0781-c3047gg/product_2081488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-11-x-14-wood-frame-art/product_317403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-1000-carton-pb7025/product_23977887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-premium-dry-erase-markers-bullet-tip-assorted-color-inks-6-pack-79556/product_24440667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-4240a/product_939391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-easy-glide-gel-mouse-pad-wrist-rest-combo-non-skid-base-black-93730/product_393808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-16-x-20-black-frame-art/product_317398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-16-x-20-wood-frame-art/product_317405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-oversize-black-200-pack-52138/product_574273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-flex-arm-weighted-base-plastic-document-stand-with-lip-guide-bar-platinum-gray-21128/product_445849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-connects-dry-erase-eraser-black-qtprestera/product_230022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-foam-mouse-pad-wrist-rest-combo-black-silver-streak-9175801/product_646161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-1500-90-gauge-cast-stretch-wrap-clear-4-carton-sf129cast/product_481764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-fortishred-2250m-10-sheet-micro-cut-commercial-shredder-4616601/product_279686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-full-motion-tv-mount-77-lbs-max-8043601/product_24445051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-frosted-presentation-covers-8-5-w-x-11-h-clear-25-pack-5224301/product_789341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-4-x-3-graphite-frame-cp43p2/product_230007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-16-medium-extreme-medical-padded-mailer-25-case-kp121625xl/product_24415540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-presentation-covers-8-75-w-x-11-25-h-navy-25-pack-5224801/product_804704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-16-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr133/product_23978265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-01-22-x-32-canvas-art/product_818017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-galaxy-e-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5218301/product_683699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-total-erase-calendar-whiteboard-graphite-frame-3-x-2-cmp32p2/product_230005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-total-erase-dry-erase-whiteboard-steel-frame-41-x-31-300te/product_489864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-antistatic-layflat-poly-bags-2-mil-pink-1000-carton-12050/product_693479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-11-x-14-wood-frame-art/product_502041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12185/product_360951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-gusseted-poly-bags-2-mil-clear-500-carton-pb4290/product_24328917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-gusseted-poly-bags-2-mil-clear-500-pack-prr120418/product_24343797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-h13-true-hepa-air-purifier-filter-16-x-13-x-13-2-pack-5890102/product_24563197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-h13-true-hepa-air-purifier-filter-5890101/product_24563194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-205/product_939504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-11-x-14-black-frame-art/product_315492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-two-shelf-garment-rack-freestanding-black-12-hangers-included-48-w-x-61-5-h/product_392976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-14-x-19-canvas-art/product_315494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-white-plastic-wall-mount-bracket-for-projection-screen-7-5-h-x-6-75-w-x-1-25-d-vaw6c/product_841270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-bags-on-a-roll-4-mil-clear-500-roll-6835/product_940202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quarto-101-super-cute-things-to-draw-drawing-book-112-pages-9780760375013/product_24564338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-privat-livemont-absinteh-robette-canvas-art-ready-to-hang-24-x-32-inches/product_255387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-footrests-white-grey-9311701/product_85767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-2-x-5-gusseted-poly-bags-2-mil-clear-1000-carton-1540/product_358856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-lumbar-back-support-black-gray-9472701/product_1670021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-210/product_939505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quercetti-migoga-junior-baby-s-marble-run-qrc6506/product_24493493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2370/product_361023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quercetti-pallino-coding-stem-grade-k-qrc1021/product_24493427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-6-x-19-canvas-art-ali1144-c619gg/product_2085221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-mod1528/product_685726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-8-x-24-canvas-art-ali1144-c824gg/product_2078310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-11-x-14-wood-frame-art/product_313428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quest-protein-bars-12-box/product_SS117279385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-16-x-20-wood-frame-art/product_313429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-pro-2-nylon-black-crowd-control-belt-barrier-different-belt-color/product_SS235020776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-24-x-32-canvas-art/product_313426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-thermal-laminating-pouches/product_SS233277496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-4-mil-clear-500-carton-1220/product_939794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-24-reclosable-poly-bags-4-mil-pink-250-carton-pbas2185/product_23978318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:34:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-16-x-20-wood-frame-art/product_317405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-flex-arm-weighted-base-plastic-document-stand-with-lip-guide-bar-platinum-gray-21128/product_445849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-oversize-black-200-pack-52138/product_574273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-connects-dry-erase-eraser-black-qtprestera/product_230022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-foam-mouse-pad-wrist-rest-combo-black-silver-streak-9175801/product_646161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-1500-90-gauge-cast-stretch-wrap-clear-4-carton-sf129cast/product_481764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-fortishred-2250m-10-sheet-micro-cut-commercial-shredder-4616601/product_279686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-full-motion-tv-mount-77-lbs-max-8043601/product_24445051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-frosted-presentation-covers-8-5-w-x-11-h-clear-25-pack-5224301/product_789341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-4-x-3-graphite-frame-cp43p2/product_230007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-16-medium-extreme-medical-padded-mailer-25-case-kp121625xl/product_24415540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-presentation-covers-oversize-presentation-covers-8-75-w-x-11-25-h-navy-25-pack-5224801/product_804704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-16-reclosable-poly-bags-1-5-mil-clear-1000-carton-pbr133/product_23978265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-01-22-x-32-canvas-art/product_818017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-total-erase-dry-erase-whiteboard-steel-frame-41-x-31-300te/product_489864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-total-erase-calendar-whiteboard-graphite-frame-3-x-2-cmp32p2/product_230005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-galaxy-e-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5218301/product_683699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-antistatic-layflat-poly-bags-2-mil-pink-1000-carton-12050/product_693479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-11-x-14-wood-frame-art/product_502041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12185/product_360951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-gusseted-poly-bags-2-mil-clear-500-carton-pb4290/product_24328917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-h13-true-hepa-air-purifier-filter-16-x-13-x-13-2-pack-5890102/product_24563197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-gusseted-poly-bags-2-mil-clear-500-pack-prr120418/product_24343797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-h13-true-hepa-air-purifier-filter-5890101/product_24563194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-205/product_939504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-two-shelf-garment-rack-freestanding-black-12-hangers-included-48-w-x-61-5-h/product_392976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-11-x-14-black-frame-art/product_315492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-princess-bride-14-x-19-canvas-art/product_315494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quartet-white-plastic-wall-mount-bracket-for-projection-screen-7-5-h-x-6-75-w-x-1-25-d-vaw6c/product_841270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-bags-on-a-roll-4-mil-clear-500-roll-6835/product_940202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quarto-101-super-cute-things-to-draw-drawing-book-112-pages-9780760375013/product_24564338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-privat-livemont-absinteh-robette-canvas-art-ready-to-hang-24-x-32-inches/product_255387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-footrests-white-grey-9311701/product_85767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-2-x-5-gusseted-poly-bags-2-mil-clear-1000-carton-1540/product_358856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-series-lumbar-back-support-black-gray-9472701/product_1670021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-210/product_939505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quercetti-migoga-junior-baby-s-marble-run-qrc6506/product_24493493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-1-mil-clear-1000-carton-2370/product_361023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quercetti-pallino-coding-stem-grade-k-qrc1021/product_24493427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-6-x-19-canvas-art-ali1144-c619gg/product_2085221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-2-mil-clear-1000-carton-mod1528/product_685726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-8-x-24-canvas-art-ali1144-c824gg/product_2078310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-11-x-14-wood-frame-art/product_313428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quest-protein-bars-12-box/product_SS117279385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-16-x-20-wood-frame-art/product_313429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-pro-2-nylon-black-crowd-control-belt-barrier-different-belt-color/product_SS235020776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-24-x-32-canvas-art/product_313426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-thermal-laminating-pouches/product_SS233277496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-24-layflat-poly-bags-4-mil-clear-500-carton-1220/product_939794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-24-reclosable-poly-bags-4-mil-pink-250-carton-pbas2185/product_23978318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:35:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-110-37-x-13-156-steel-barricade-red-fpa110-rw/product_24472559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-160-crowd-control-barricade-different-color-width/product_SS235089125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-36-layflat-poly-bags-1-5-mil-clear-1000-carton-218/product_361223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-black-nylon-crowd-control-belt-barrier-different-belt-color/product_SS235091504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-white-desk-base-sold-separately-9649101/product_24356974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-4-corrugated-kraft-boxes-25-bundle-bs120404x/product_24409252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-gray-desk-base-sold-separately-9649501/product_24356984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-48-layflat-poly-bags-6-mil-clear-250-carton-pb4220/product_24328959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-5-32-Staples-Yellow-Plastic-Twist-Tie-2000-Case/product_948739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c1414gg-on-your-mark-by-pat-saunders-white-14-x-14-frameless-art/product_1554114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-33-standing-desk-converter-black-0007901/product_2344509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-12-3-4-2-1-gallon-plastic-jug-shipper-kit/product_946251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-blue-qm550ps-bl110/product_24485257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c2424gg-on-your-mark-by-pat-saunders-white-24-x-24-frameless-art/product_1554112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps132-c1414gg-radar-by-pat-saunders-white-14-x-14-frameless-art/product_1554110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-2-shipping-box-200-ect-25-bundle-1262/product_1504099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-maroon-qm550ps-mn110/product_24485261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-red-qm550ps-rd110/product_24485293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-lt-4-16-standing-desk-converter-black-8215001/product_24436039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-yellow-qm550ps-yw110/product_24485290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-250-steel-crowd-control-post-11-belt-pro250ps-bk/product_171057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c1818gg-reborn-by-pat-saunders-white-18-x-18-frameless-art/product_1552869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-75-Gauge-x-2000-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_948860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lx210-16-sheet-micro-cut-shredder-5015201/product_24403768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-yellow-pro300b-yb160/product_24485288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lx820-desktop-stapler-20-sheet-capacity-black-5010101/product_24555483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-blue-pro300ps-bl160/product_24485283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lx840-easypress-desktop-stapler-25-sheet-capacity-white-5011501/product_24517282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1480/product_361465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-30-gusseted-poly-bags-2-mil-clear-500-carton-1610/product_939855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0297-c2232gg-beautiful-switzerland-by-philippe-sainte-laudy-22x32-frmls-art/product_1553382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-c1219gg-bouquet-of-colors-by-philippe-sainte-laudy-12-x-19-frmls-art/product_1551163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-10-shipping-boxes-32-ect-brown-25-bundle-12910/product_814116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-polished-stainless-steel-red-protwin250ps-bk110/product_24472550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-black-yellow-protwin250b-yw110/product_24472556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-metal-mobile-file-cart-with-dual-wheel-black-45081/product_806180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-orange-red-white-spro335o-rw335/product_24472580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-4-corrugated-kraft-boxes-25-bundle-bs120904x/product_24408016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-red-white-spro335r-rw335/product_24472617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-microban-gel-wrist-rest-sapphire-9175601/product_597675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-b1620mf-carry-me-away-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-c1219gg-carry-me-away-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-6-32-ect-multi-depth-shipping-boxes/product_24406487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-110-37-x-13-156-steel-barricade-red-fpa110-rw/product_24472559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-flexpro-160-crowd-control-barricade-different-color-width/product_SS235089125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-36-layflat-poly-bags-1-5-mil-clear-1000-carton-218/product_361223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-black-nylon-crowd-control-belt-barrier-different-belt-color/product_SS235091504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-white-desk-base-sold-separately-9649101/product_24356974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-4-corrugated-kraft-boxes-25-bundle-bs120404x/product_24409252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-60-x30-gray-desk-base-sold-separately-9649501/product_24356984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-48-layflat-poly-bags-6-mil-clear-250-carton-pb4220/product_24328959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-5-32-Staples-Yellow-Plastic-Twist-Tie-2000-Case/product_948739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c1414gg-on-your-mark-by-pat-saunders-white-14-x-14-frameless-art/product_1554114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-33-standing-desk-converter-black-0007901/product_2344509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-12-3-4-2-1-gallon-plastic-jug-shipper-kit/product_946251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-blue-qm550ps-bl110/product_24485257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c2424gg-on-your-mark-by-pat-saunders-white-24-x-24-frameless-art/product_1554112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps132-c1414gg-radar-by-pat-saunders-white-14-x-14-frameless-art/product_1554110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-2-shipping-box-200-ect-25-bundle-1262/product_1504099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-maroon-qm550ps-mn110/product_24485261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-red-qm550ps-rd110/product_24485293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-lt-4-16-standing-desk-converter-black-8215001/product_24436039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-yellow-qm550ps-yw110/product_24485290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-250-steel-crowd-control-post-11-belt-pro250ps-bk/product_171057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c1818gg-reborn-by-pat-saunders-white-18-x-18-frameless-art/product_1552869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-75-Gauge-x-2000-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_948860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-yellow-pro300b-yb160/product_24485288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lx210-16-sheet-micro-cut-shredder-5015201/product_24403768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lx820-desktop-stapler-20-sheet-capacity-black-5010101/product_24555483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-blue-pro300ps-bl160/product_24485283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-lx840-easypress-desktop-stapler-25-sheet-capacity-white-5011501/product_24517282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-30-gusseted-poly-bags-1-5-mil-clear-500-carton-1480/product_361465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-30-gusseted-poly-bags-2-mil-clear-500-carton-1610/product_939855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0297-c2232gg-beautiful-switzerland-by-philippe-sainte-laudy-22x32-frmls-art/product_1553382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0298-c1219gg-bouquet-of-colors-by-philippe-sainte-laudy-12-x-19-frmls-art/product_1551163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-10-shipping-boxes-32-ect-brown-25-bundle-12910/product_814116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-polished-stainless-steel-red-protwin250ps-bk110/product_24472550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-black-yellow-protwin250b-yw110/product_24472556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-metal-mobile-file-cart-with-dual-wheel-black-45081/product_806180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-orange-red-white-spro335o-rw335/product_24472580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-4-corrugated-kraft-boxes-25-bundle-bs120904x/product_24408016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-red-white-spro335r-rw335/product_24472617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-c1219gg-carry-me-away-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-microban-gel-wrist-rest-sapphire-9175601/product_597675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0300-b1620mf-carry-me-away-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-6-32-ect-multi-depth-shipping-boxes/product_24406487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-6-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs120906/product_24406585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-nylon-crowd-control-belt-barrier-yellow-black-spro335y-yb335/product_24472601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-7-shipping-boxes-32-ect-brown-25-bundle-1297/product_557513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-steel-crowd-control-barrier-yellow-black-sprotwin250y-ybc110/product_24472599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-yellow-nylon-crowd-control-barrier-different-belt-color/product_SS235021524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-Gauge-Blown-Stretch-Film-12-x-1000-4-Case/product_449818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-132-nylon-crowd-control-belt-barrier-yellow-wmr250y-yw110/product_24472651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-adjustable-keyboard-tray-black-8031301/product_565279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-c1624gg-endless-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-19-nylon-crowd-control-belt-barrier-yellow-black-wmr250y-ybcwf110/product_24472607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-5-sheet-1-5-pis/product_24469169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-w1114mf-endless-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-b1114mf-eternity-by-philippe-sainte-laudy-11-x-14-framed-art-wht-mtd/product_1551802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-magenta-wmr250y-ym110/product_24472619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-monitor-riser-up-to-28-monitor-black-silver-8036601/product_648007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-wmr250b-ybcip110/product_24472633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-plastic-poly-mobile-printer-stand-black-silver-8032601/product_565257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-black-wmr250o-bk110/product_24472565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-premium-monitor-riser-monitors-up-to-80-lbs-black-silver-8031001/product_565292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-2x4-pol/product_24514735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-black-yellow-2-pack-wmr250o-yw110/product_24472549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-3x4-pis/product_24514622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-red-2-pack-wmr250o-rwn110/product_24472551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c2232gg-ethereal-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-b1114mf-excited-oxygen-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c1624gg-excited-oxygen-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-3x4-pol/product_24514731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-black-wmr250o-ybcwf110/product_24472642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr250o-ybo110/product_24472647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-black-wmr250r-bk110/product_24472600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-b1620mf-giant-sequoia-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-4x4-pol/product_24514669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-c3047gg-giant-sequoia-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1554030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0307-c1219gg-greatness-of-nature-by-philippe-sainte-laudy-12x19-frmls-art/product_1552505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-4x4-pis/product_24514714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-yellow-wmr250r-ybcip110/product_24472626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0307-c2232gg-greatness-of-nature-by-philippe-sainte-laudy-22x32-frmls-art/product_1553299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-x-1200-poly-sheeting-4-mil-clear-4425/product_427669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-dual-stacking-adjustable-monitor-arm-up-to-32-black-8043401/product_2736569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-triple-monitor-arm-up-to-27-monitors-black-8042601/product_2343769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-back-support-black-8026301/product_2343110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-rounded-pis/product_24488378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-wmr250y-ybo110/product_24472611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-mouse-pad-blue-9287301/product_1116778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0309-c3047gg-intimate-landscape-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-square-pis/product_24502997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1255-brown-5-x-12-long-corrugated-boxes-25-bundle/product_1581225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-6-heavy-duty-shipping-boxes-32-ect-kraft-25-pack-bs120906/product_24406585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-nylon-crowd-control-belt-barrier-yellow-black-spro335y-yb335/product_24472601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-7-shipping-boxes-32-ect-brown-25-bundle-1297/product_557513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-steel-crowd-control-barrier-yellow-black-sprotwin250y-ybc110/product_24472599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-yellow-nylon-crowd-control-barrier-different-belt-color/product_SS235021524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-Gauge-Blown-Stretch-Film-12-x-1000-4-Case/product_449818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-132-nylon-crowd-control-belt-barrier-yellow-wmr250y-yw110/product_24472651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-adjustable-keyboard-tray-black-8031301/product_565279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-c1624gg-endless-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-19-nylon-crowd-control-belt-barrier-yellow-black-wmr250y-ybcwf110/product_24472607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-5-sheet-1-5-pis/product_24469169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0302-w1114mf-endless-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-b1114mf-eternity-by-philippe-sainte-laudy-11-x-14-framed-art-wht-mtd/product_1551802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-magenta-wmr250y-ym110/product_24472619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-monitor-riser-up-to-28-monitor-black-silver-8036601/product_648007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-black-yellow-wmr250b-ybcip110/product_24472633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-plastic-poly-mobile-printer-stand-black-silver-8032601/product_565257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-black-wmr250o-bk110/product_24472565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-premium-monitor-riser-monitors-up-to-80-lbs-black-silver-8031001/product_565292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-2x4-pol/product_24514735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-3x4-pis/product_24514622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-black-yellow-2-pack-wmr250o-yw110/product_24472549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-red-2-pack-wmr250o-rwn110/product_24472551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0304-c2232gg-ethereal-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-b1114mf-excited-oxygen-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-c1624gg-excited-oxygen-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-3x4-pol/product_24514731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-black-wmr250o-ybcwf110/product_24472642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr250o-ybo110/product_24472647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-black-wmr250r-bk110/product_24472600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-b1620mf-giant-sequoia-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-gls-4x4-pol/product_24514669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0306-c3047gg-giant-sequoia-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1554030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0307-c1219gg-greatness-of-nature-by-philippe-sainte-laudy-12x19-frmls-art/product_1552505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-square-adv-lbl-mt-4x4-pis/product_24514714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-yellow-wmr250r-ybcip110/product_24472626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0307-c2232gg-greatness-of-nature-by-philippe-sainte-laudy-22x32-frmls-art/product_1553299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/120-x-1200-poly-sheeting-4-mil-clear-4425/product_427669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-dual-stacking-adjustable-monitor-arm-up-to-32-black-8043401/product_2736569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-triple-monitor-arm-up-to-27-monitors-black-8042601/product_2343769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-back-support-black-8026301/product_2343110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-rounded-pis/product_24488378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-yellow-wmr250y-ybo110/product_24472611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-mouse-pad-blue-9287301/product_1116778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0309-c3047gg-intimate-landscape-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/125-5x7-flat-cards-square-pis/product_24502997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1255-brown-5-x-12-long-corrugated-boxes-25-bundle/product_1581225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:35:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:35:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1277-brown-12-x-7-x-7-corrugated-boxes-25-bundle/product_1578462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-mouse-pad-wrist-rest-combination-with-microban-black-9252001/product_938392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-gel-wrist-rest-gray-lattice-9549801/product_2343111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-yellow-red-wmr250y-rwn110/product_24472681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-13-x-17-75-self-sealing-bubble-mailer-6-25-carton-st56651b/product_427774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0311-c1624gg-jungfraujoch-switzerland-by-philippe-sainte-laudy-16x24-frmls-art/product_1550970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0311-c3047gg-jungfraujoch-switzerland-by-philippe-sainte-laudy-30x47-frmls-art/product_1554026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-11-red-glamour-bubble-mailer-48-carton/product_947343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-225ci-22-sheet-cross-cut-commercial-shredder-3825001/product_811469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-9-x-10-3-8-4-1-gallon-f-style-shipping-box-20-bundle-haz1023/product_947081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rwa110/product_24472598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-c3047gg-let-it-be-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rwn160/product_24472568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300y-rd160/product_24472595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-425i-37-sheet-strip-cut-industrial-shredder-38420/product_967269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-10-reclosable-poly-bags-2-mil-clear-1000-pack-pb3660/product_24407617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-c1624gg-light-branch-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-w1620mf-light-branch-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1550942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-black-wmr300o-bk160/product_24472628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-7-shipping-boxes-32-ect-brown-25-bundle-13107/product_814185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-11-shipping-boxes-32-ect-brown-25-bundle-131111/product_630456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-b1114mf-month-sun-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-wmr300o-or160/product_24472574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx170-12-sheet-cross-cut-personal-paper-shredder-fel5501401/product_24461785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c1219gg-month-sun-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-13117/product_557442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-yba160/product_24485272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx190-20-sheet-cross-cut-personal-paper-shredder-fel5501701/product_24461783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c2232gg-month-sun-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-12-x-18-heavy-duty-shipping-boxes-brown-25-bundle-181312/product_947196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-b1114mf-oxygen-generator-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-10-shipping-boxes-32-ect-brown-25-bundle-131310/product_557443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-13-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd1313dw/product_405808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-blue-wmr300r-bl160/product_24472542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-p-40c-8-sheet-crosscut-shredder-5010901/product_24546905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-shredder-oil-12-oz-35250/product_496153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c1624gg-oxygen-generator-by-philippe-sainte-laudy-24-x-16-frmls-art/product_1550902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-2-literature-mailers-50-bundle-ml13132/product_1499818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-premium-imagelast-thermal-laminating-pouches-letter-size-5-mil-150-pack-5204007/product_938194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c1624gg-peace-in-switzerland-by-philippe-sainte-laudy-16x24-frmls-art/product_1550901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-5-shipping-boxes-32-ect-brown-25-bundle-13135/product_814182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-8-shipping-boxes-32-ect-brown-25-bundle-13138/product_630455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-b1114mf-perfect-day-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-yb160/product_24472614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybc110/product_24472665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-presentation-covers-presentation-covers-8-5-w-x-11-h-black-clear-10-pack-5225301/product_804701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybcwf110/product_24472636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-c2232gg-perfect-day-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-freestanding-dual-stacking-monitor-arm-up-to-32-black-8044001/product_24448644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-in-line-magnetic-metal-document-stand-with-clip-guide-bar-black-8039401/product_744196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0319-c2232gg-pond-and-paintography-by-philippe-sainte-laudy-22x32-frmls-art/product_1553288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-24-x-21-clear-acrylic-8026801/product_24460663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-ybcwf110/product_24472590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-29-x-21-clear-acrylic-8028801/product_24460664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1277-brown-12-x-7-x-7-corrugated-boxes-25-bundle/product_1578462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-mouse-pad-wrist-rest-combination-with-microban-black-9252001/product_938392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-gel-wrist-rest-gray-lattice-9549801/product_2343111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-yellow-red-wmr250y-rwn110/product_24472681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-13-x-17-75-self-sealing-bubble-mailer-6-25-carton-st56651b/product_427774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0311-c1624gg-jungfraujoch-switzerland-by-philippe-sainte-laudy-16x24-frmls-art/product_1550970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0311-c3047gg-jungfraujoch-switzerland-by-philippe-sainte-laudy-30x47-frmls-art/product_1554026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-11-red-glamour-bubble-mailer-48-carton/product_947343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-225ci-22-sheet-cross-cut-commercial-shredder-3825001/product_811469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-9-x-10-3-8-4-1-gallon-f-style-shipping-box-20-bundle-haz1023/product_947081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-c3047gg-let-it-be-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rwa110/product_24472598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rwn160/product_24472568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300y-rd160/product_24472595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-425i-37-sheet-strip-cut-industrial-shredder-38420/product_967269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-10-reclosable-poly-bags-2-mil-clear-1000-pack-pb3660/product_24407617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-c1624gg-light-branch-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-w1620mf-light-branch-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1550942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-7-shipping-boxes-32-ect-brown-25-bundle-13107/product_814185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-black-wmr300o-bk160/product_24472628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-11-shipping-boxes-32-ect-brown-25-bundle-131111/product_630456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-b1114mf-month-sun-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-wmr300o-or160/product_24472574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx170-12-sheet-cross-cut-personal-paper-shredder-fel5501401/product_24461785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c1219gg-month-sun-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-13117/product_557442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx190-20-sheet-cross-cut-personal-paper-shredder-fel5501701/product_24461783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-yba160/product_24485272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c2232gg-month-sun-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-b1114mf-oxygen-generator-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-12-x-18-heavy-duty-shipping-boxes-brown-25-bundle-181312/product_947196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-10-shipping-boxes-32-ect-brown-25-bundle-131310/product_557443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-13-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd1313dw/product_405808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-p-40c-8-sheet-crosscut-shredder-5010901/product_24546905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-shredder-oil-12-oz-35250/product_496153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-blue-wmr300r-bl160/product_24472542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c1624gg-oxygen-generator-by-philippe-sainte-laudy-24-x-16-frmls-art/product_1550902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-2-literature-mailers-50-bundle-ml13132/product_1499818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-premium-imagelast-thermal-laminating-pouches-letter-size-5-mil-150-pack-5204007/product_938194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c1624gg-peace-in-switzerland-by-philippe-sainte-laudy-16x24-frmls-art/product_1550901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-5-shipping-boxes-32-ect-brown-25-bundle-13135/product_814182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-8-shipping-boxes-32-ect-brown-25-bundle-13138/product_630455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-yb160/product_24472614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-b1114mf-perfect-day-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybc110/product_24472665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-presentation-covers-presentation-covers-8-5-w-x-11-h-black-clear-10-pack-5225301/product_804701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-yellow-black-wmr300r-ybcwf110/product_24472636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-c2232gg-perfect-day-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-freestanding-dual-stacking-monitor-arm-up-to-32-black-8044001/product_24448644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-in-line-magnetic-metal-document-stand-with-clip-guide-bar-black-8039401/product_744196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0319-c2232gg-pond-and-paintography-by-philippe-sainte-laudy-22x32-frmls-art/product_1553288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-24-x-21-clear-acrylic-8026801/product_24460663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-ybcwf110/product_24472590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-29-x-21-clear-acrylic-8028801/product_24460664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-2-mil-clear-1000-carton-3678a/product_939342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-with-pass-through-window-24-x-21-clear-acrylic-8029501/product_24460668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-magenta-wmr300y-ym160/product_24472597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c3047gg-power-source-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-quasar-wire-binding-machine-130-sheet-capacity-metallic-silver-5217401/product_836391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-4-mil-clear-500-carton-3795a/product_426647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-wmr300y-rwnp160/product_24472566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-recycled-branch-leaves-mouse-pad-non-skid-rubber-backing-multicolored-fel5903801/product_2614294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-reference-plastic-rack-18-63-x-21-13-platinum-22300/product_511413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-b1620mf-reach-to-you-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-black-wmr335o-ob350/product_24485301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-yba350/product_24485264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-c3047gg-reach-to-you-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-w1114mf-reach-to-you-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-saturn-3i-95-thermal-cold-laminator-9-5-width-silver-black-5735801/product_1115010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-ybo350/product_24485304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-7-x-7-shipping-boxes-32-ect-brown-25-bundle-1377/product_814100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-white-wmr335r-rw350/product_24485263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rd350/product_24485296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-self-sealing-laminating-pouch-5-mil-5-pack-5220701/product_719637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwa350/product_24485282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-self-sealing-laminating-pouches-letter-size-5-mil-5-pack-52205/product_720394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwc350/product_24485291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0324-c2232gg-the-power-of-water-by-philippe-sainte-laudy-32x22-frmls-art/product_1553282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0324-c3047gg-the-power-of-water-by-philippe-sainte-laudy-47x30-frmls-art/product_1554012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0325-c3047gg-top-of-switzerland-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-ybd350/product_24485276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-c1219gg-tranquil-scene-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-13-x6-88-x7-88-hazmat-shipping-box-350-ect-20-bundle-hazco2g/product_948950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-100-gauge-pvc-shrink-film-clear-sht14100/product_946460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queuepro-twin-250-2-nylon-silver-crowd-control-barrier-different-belt-color/product_SS235021241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-c2232gg-tranquil-scene-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-8-pack-51630/product_657392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-2-way-flood-gate-extenders-qdfgstan/product_24474068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-3-way-flood-gate-extenders-qdfgst3wc/product_24474077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-b1114mf-waterhole-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-standard-footrests-graphite-48121/product_485999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-b1620mf-waterhole-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-drain-seal-kit-6-box-qdggds-hv/product_24474090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-c1219gg-waterhole-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-25-x14-25-x7-63-hazmat-shipping-box-350-ect-10-bundle-hazco4g/product_948905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-duffel-bag-flood-control-kit-14pk/product_24474092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-w-x-19-l-peel-seal-colored-poly-mailer-red-100-carton-cpm1419r/product_1603914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-50-pack-letter-size-3mil-9-x-11-5-inches-for-business-educational-or-craft-laminating/product_24354534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-x-14-5-x-40-telescoping-outer-boxes-32-ect-brown-15-bundle-box-2-of-2-t141440outer/product_947022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-x-1450-30-gauge-pre-stretched-stretch-wrap-clear-4-carton-cw28822-1805168/product_1904060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-x-1500-38-gauge-pre-stretched-stretch-wrap-clear-4-carton-sf153ps/product_1004752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-b1620mf-waterland-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-100-pack-52015/product_814592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c1219gg-waterland-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-x-19-staples-peel-seal-poly-mailer-5-pk-51633/product_1669036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-100-pack-52016/product_719644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c2232gg-waterland-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-25-pack-52033/product_572887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-w1114mf-waterland-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-bnr-hngrs/product_349464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-26-piece-indoor-flood-control-kit-wugg4-25/product_24474072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-flood-bags-and-barriers-15-box-qdggco/product_24474093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-slatwall-shelf-bracket-chrome/product_1677969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-2-mil-clear-1000-carton-3678a/product_939342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-protective-safety-barrier-screen-with-pass-through-window-24-x-21-clear-acrylic-8029501/product_24460668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-magenta-wmr300y-ym160/product_24472597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c3047gg-power-source-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-quasar-wire-binding-machine-130-sheet-capacity-metallic-silver-5217401/product_836391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-18-reclosable-poly-bags-4-mil-clear-500-carton-3795a/product_426647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-wmr300y-rwnp160/product_24472566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-reference-plastic-rack-18-63-x-21-13-platinum-22300/product_511413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-recycled-branch-leaves-mouse-pad-non-skid-rubber-backing-multicolored-fel5903801/product_2614294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-b1620mf-reach-to-you-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-black-wmr335o-ob350/product_24485301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-yba350/product_24485264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-c3047gg-reach-to-you-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-w1114mf-reach-to-you-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-ybo350/product_24485304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-saturn-3i-95-thermal-cold-laminator-9-5-width-silver-black-5735801/product_1115010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/13-x-7-x-7-shipping-boxes-32-ect-brown-25-bundle-1377/product_814100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-white-wmr335r-rw350/product_24485263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rd350/product_24485296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwa350/product_24485282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-self-sealing-laminating-pouch-5-mil-5-pack-5220701/product_719637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-self-sealing-laminating-pouches-letter-size-5-mil-5-pack-52205/product_720394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwc350/product_24485291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0325-c3047gg-top-of-switzerland-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0324-c3047gg-the-power-of-water-by-philippe-sainte-laudy-47x30-frmls-art/product_1554012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0324-c2232gg-the-power-of-water-by-philippe-sainte-laudy-32x22-frmls-art/product_1553282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-ybd350/product_24485276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-c1219gg-tranquil-scene-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-100-gauge-pvc-shrink-film-clear-sht14100/product_946460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-13-x6-88-x7-88-hazmat-shipping-box-350-ect-20-bundle-hazco2g/product_948950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/queuepro-twin-250-2-nylon-silver-crowd-control-barrier-different-belt-color/product_SS235021241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0326-c2232gg-tranquil-scene-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-8-pack-51630/product_657392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-2-way-flood-gate-extenders-qdfgstan/product_24474068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-3-way-flood-gate-extenders-qdfgst3wc/product_24474077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-b1620mf-waterhole-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-b1114mf-waterhole-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-standard-footrests-graphite-48121/product_485999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-drain-seal-kit-6-box-qdggds-hv/product_24474090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-c1219gg-waterhole-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-25-x14-25-x7-63-hazmat-shipping-box-350-ect-10-bundle-hazco4g/product_948905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-duffel-bag-flood-control-kit-14pk/product_24474092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-w-x-19-l-peel-seal-colored-poly-mailer-red-100-carton-cpm1419r/product_1603914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-50-pack-letter-size-3mil-9-x-11-5-inches-for-business-educational-or-craft-laminating/product_24354534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-x-14-5-x-40-telescoping-outer-boxes-32-ect-brown-15-bundle-box-2-of-2-t141440outer/product_947022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-x-1450-30-gauge-pre-stretched-stretch-wrap-clear-4-carton-cw28822-1805168/product_1904060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-x-1500-38-gauge-pre-stretched-stretch-wrap-clear-4-carton-sf153ps/product_1004752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-b1620mf-waterland-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-100-pack-52015/product_814592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c1219gg-waterland-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-5-x-19-staples-peel-seal-poly-mailer-5-pk-51633/product_1669036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-100-pack-52016/product_719644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-c2232gg-waterland-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-25-pack-52033/product_572887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0328-w1114mf-waterland-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-bnr-hngrs/product_349464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-26-piece-indoor-flood-control-kit-wugg4-25/product_24474072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-flood-bags-and-barriers-15-box-qdggco/product_24474093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-slatwall-shelf-bracket-chrome/product_1677969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-14105/product_814176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-6-32-ect-shipping-boxes/product_24407773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-high-visibility-water-barrier-120-up-to-8-gal-10-box-qd610-10hv/product_24474061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-b1620mf-wet-rocks-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-7-shipping-boxes-32-ect-brown-25-bundle-14107/product_814094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-jumbo-flood-bag-48-up-to-8-gal-25-box-qd1248-25/product_24474083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c1219gg-wet-rocks-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c2232gg-wet-rocks-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-multipurpose-absorbent-floor-pads-32-up-to-0-5-gal-24-pack-mfplc3278-24/product_24474078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-10-corrugated-kraft-box-200-32-ect-25-bundle-bs141210/product_24382329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-11-reclosable-poly-bags-3-mil-clear-250-carton-4083/product_363858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-flood-gate-flood-doorway-control-expands-30-35-qdfg30/product_1933044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-10-shipping-boxes-44-ect-kraft-25-bundle-hd141210/product_949001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-12-multi-depth-shipping-boxes-brown-25-pack-md141212/product_495974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-b1114mf-candy-fields-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-10-x-20-1-pack-qdwc1020/product_1933045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-1-mil-clear-1000-carton-2375/product_361038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-gate-flood-control-dam-14-x-50-1-pack-qdwgwl-1450/product_1933038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-3-mil-clear-1000-carton-889/product_360986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-gate-flood-control-dam-20-x-30-1-pack-qdwgwl-2030/product_1933037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-visiscreen-pet-scratch-resistant-screen-protectors-for-9-7-ipad-air-1-2-4812201/product_1116796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-12-shipping-boxes-32-ect-brown-25-bundle-141412/product_414191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-w1620mf-candy-fields-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9181201/product_744188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-dams-120-12-box-wub210-12/product_24474056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-14-standard-shipping-boxes-32-ect-kraft-25-bundle-141414/product_415597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-w1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-24-shipping-boxes-32-ect-brown-20-bundle-bs141424/product_2647464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-b1620mf-cosmo-due-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-saline-concentrate-solution-70-oz-1-each/product_423311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2023-for-5-users-windows-mac-5101281/product_24536650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c3047gg-cosmo-duo-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1553980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2024-for-5-users-windows-mac-download-5102284/product_24577274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-5-shipping-boxes-32-ect-brown-25-bundle-14145/product_630513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quicken-classic-business-personal-for-1-user-windows-android-ios-download-170478/product_24581031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-8-corrugated-kraft-boxes-25-bundle-bs141408x/product_24406978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quicken-classic-deluxe-for-1-user-windows-mac-android-ios-download-170453/product_24571596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c2232gg-cosmos-of-the-fields-by-philippe-sainte-laudy-22x32-frmls-art/product_1553306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-220/product_939509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2380/product_939932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-2-mil-clear-1000-carton-555/product_939615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-11-x-14-wood-frame-art/product_314690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-14-x-19-canvas-art/product_314686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quicken-willmaker-trust-2022-for-1-user-windows-mac-cd-download-pvc-wm22/product_24499435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fiber-one-chocolate-fudge-brownie-bar-0-88-oz-40-bars-box-220-00454/product_1787277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-16-x-24-canvas-art/product_314687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quicken-willmaker-trust-2024-for-1-user-windows-macos-download-esd-wmm4/product_24580490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-16-reclosable-poly-bags-2-mil-clear-1000-carton-3676a/product_939339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickfit-3-3-ring-view-binders-black-88051/product_24316893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-17-lay-flat-self-sealing-poly-mailer-200-carton-5112/product_24449629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/field-trip-cracked-pepper-turkey-jerky-1-oz-12-carton-fld00508/product_2706143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-24-2-in-1-squeegee-pushbroom-635su/product_2837105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-1-25-mil-clear-1000-carton-2878/product_939978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifth-pulse-powder-free-vinyl-exam-gloves-latex-free/product_SS201878859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-14105/product_814176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-6-32-ect-shipping-boxes/product_24407773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-b1620mf-wet-rocks-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-high-visibility-water-barrier-120-up-to-8-gal-10-box-qd610-10hv/product_24474061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-10-x-7-shipping-boxes-32-ect-brown-25-bundle-14107/product_814094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-jumbo-flood-bag-48-up-to-8-gal-25-box-qd1248-25/product_24474083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c1219gg-wet-rocks-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-c2232gg-wet-rocks-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-multipurpose-absorbent-floor-pads-32-up-to-0-5-gal-24-pack-mfplc3278-24/product_24474078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-10-corrugated-kraft-box-200-32-ect-25-bundle-bs141210/product_24382329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-flood-gate-flood-doorway-control-expands-30-35-qdfg30/product_1933044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-11-reclosable-poly-bags-3-mil-clear-250-carton-4083/product_363858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-10-shipping-boxes-44-ect-kraft-25-bundle-hd141210/product_949001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-12-multi-depth-shipping-boxes-brown-25-pack-md141212/product_495974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-b1114mf-candy-fields-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-10-x-20-1-pack-qdwc1020/product_1933045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-1-mil-clear-1000-carton-2375/product_361038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-gate-flood-control-dam-14-x-50-1-pack-qdwgwl-1450/product_1933038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-layflat-poly-bags-3-mil-clear-1000-carton-889/product_360986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-gate-flood-control-dam-20-x-30-1-pack-qdwgwl-2030/product_1933037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-visiscreen-pet-scratch-resistant-screen-protectors-for-9-7-ipad-air-1-2-4812201/product_1116796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-12-shipping-boxes-32-ect-brown-25-bundle-141412/product_414191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-w1620mf-candy-fields-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1553567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9181201/product_744188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-dams-120-12-box-wub210-12/product_24474056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-14-standard-shipping-boxes-32-ect-kraft-25-bundle-141414/product_415597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-w1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-24-shipping-boxes-32-ect-brown-20-bundle-bs141424/product_2647464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-b1620mf-cosmo-due-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-saline-concentrate-solution-70-oz-1-each/product_423311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2023-for-5-users-windows-mac-5101281/product_24536650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-c3047gg-cosmo-duo-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1553980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickbooks-online-plus-2024-for-5-users-windows-mac-download-5102284/product_24577274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-5-shipping-boxes-32-ect-brown-25-bundle-14145/product_630513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quicken-classic-business-personal-for-1-user-windows-android-ios-download-170478/product_24581031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-8-corrugated-kraft-boxes-25-bundle-bs141408x/product_24406978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:37:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quicken-classic-deluxe-for-1-user-windows-mac-android-ios-download-170453/product_24571596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c2232gg-cosmos-of-the-fields-by-philippe-sainte-laudy-22x32-frmls-art/product_1553306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-220/product_939509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2380/product_939932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-16-layflat-poly-bags-2-mil-clear-1000-carton-555/product_939615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-11-x-14-wood-frame-art/product_314690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-14-x-19-canvas-art/product_314686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quicken-willmaker-trust-2022-for-1-user-windows-mac-cd-download-pvc-wm22/product_24499435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fiber-one-chocolate-fudge-brownie-bar-0-88-oz-40-bars-box-220-00454/product_1787277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-16-x-24-canvas-art/product_314687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quicken-willmaker-trust-2024-for-1-user-windows-macos-download-esd-wmm4/product_24580490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-16-reclosable-poly-bags-2-mil-clear-1000-carton-3676a/product_939339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickfit-3-3-ring-view-binders-black-88051/product_24316893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-17-lay-flat-self-sealing-poly-mailer-200-carton-5112/product_24449629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/field-trip-cracked-pepper-turkey-jerky-1-oz-12-carton-fld00508/product_2706143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickie-bulldozer-24-2-in-1-squeegee-pushbroom-635su/product_2837105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-1-25-mil-clear-1000-carton-2878/product_939978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifth-pulse-powder-free-vinyl-exam-gloves-latex-free/product_SS201878859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-coneflower-rivere-18-x-24-canvas-art/product_317567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-2-mil-clear-1000-carton-560/product_939616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-coneflower-rivere-26-x-32-canvas-art/product_317568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-3-mil-clear-1000-carton-895/product_939715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-burgundy-200-box-fmn100426/product_3035702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickie-ez-glide-bucket-on-wheels-20-quart-blue-20000zqk/product_2836128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-11-x-14-wood-frame-art/product_496280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-18-self-sealing-padded-evertec-mailer-6-kraft-50-carton-6tmeco/product_24468675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-16-x-20-wood-frame-art/product_491308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-18-x-24-canvas-art/product_497287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickstrip-poly-bubble-mailers-12-1-2-x-19-25-case/product_558323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-24-x-32-canvas-art/product_499169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-2-mil-clear-1000-carton-565/product_939618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-lilac-200-box-fmn100415/product_3035912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickstudy-laminated-algebra-reference-set-8-5-x-11-9781423215882/product_1932940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-4-mil-clear-500-carton-1235/product_939798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-20-lip-tape-reclosable-suffocation-warning-poly-bags-1-5-mil-clear-1000-carton-16235/product_24442804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickstudy-laminated-first-aid-cpr-reference-set-8-5-x-11-9781423227595/product_1932934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-16-x-20-wood-frame-art/product_495001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-18-x-24-canvas-art/product_496272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1475/product_948861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2391/product_939935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-orchids-by-wendra-canvas-art-ready-to-hang-14x19-inches/product_255556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-by-sheila-golden-ready-to-hang-canvas-art-14x19-inches/product_254705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-black-matted-wood-frame-sg5730-w1114bmf/product_2081361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-white-matted-wood-frame-sg5730-w1114mf/product_2081300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-6-5-8-x-4-plastic-shelf-bin-clear-30-case-binps103cl/product_191260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-30-layflat-poly-bags-4-mil-clear-250-carton-1237/product_361118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-6-5-8-x-4-plastic-shelf-bin-red-30-case-binps104r/product_191412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-100-box-fmn100217/product_3035694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-16-x-20-black-matted-wood-frame-sg5730-w1620bmf/product_2077067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-30-reclosable-poly-bags-4-mil-clear-500-carton-pb4245/product_24328991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-50-box-fmn100185/product_3035690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-16-x-20-white-matted-wood-frame-sg5730-w1620mf/product_2077066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-200-box-fmn100417/product_3035915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-4-1-8-x-4-plastic-shelf-bin-red-20-case-binps111r/product_191409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-6-5-8-x-4-plastic-shelf-bin-blue-20-case-binps112b/product_191335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-4-x-68-side-loading-boxes-32-ect-brown-10-bundle-hd14468fol/product_946850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-11-x-14-black-frame-mt0782-b1114mf/product_2081967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-6-x-2-computer-packing-boxes-box-200-ect-25-bundle-1462/product_1504095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-6-x-4-32-ect-shipping-boxes/product_24409865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-18-x-11-x-10-plastic-stack-and-hang-bin-blue-4-case-binp1811b/product_191245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-50-box-fmn100387/product_3035662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0782-c2232gg/product_2077300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0782-c3047gg/product_2081441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-as-220-adjustable-temperature-glue-applicator-gl4300/product_191702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-cash-register-rolls-carbonless-2-ply-white-canary-2-1-4-x100-full-carton/product_1883571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-and-hang-24-38-qt-storage-bin-clear-4-case-bin1611cl/product_191166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/140777/product_140777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-queensborough-bridge-by-david-ayash-3-3-x-4-8-multi-panel-art-set-ma0526-p5-set/product_2080940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-x-large-pink-100-box-fmn100044/product_3012159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-coneflower-rivere-18-x-24-canvas-art/product_317567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-2-mil-clear-1000-carton-560/product_939616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-coneflower-rivere-26-x-32-canvas-art/product_317568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-18-layflat-poly-bags-3-mil-clear-1000-carton-895/product_939715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-burgundy-200-box-fmn100426/product_3035702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickie-ez-glide-bucket-on-wheels-20-quart-blue-20000zqk/product_2836128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-11-x-14-wood-frame-art/product_496280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-18-self-sealing-padded-evertec-mailer-6-kraft-50-carton-6tmeco/product_24468675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-16-x-20-wood-frame-art/product_491308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-18-x-24-canvas-art/product_497287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickstrip-poly-bubble-mailers-12-1-2-x-19-25-case/product_558323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-finch-24-x-32-canvas-art/product_499169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-2-mil-clear-1000-carton-565/product_939618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-lilac-200-box-fmn100415/product_3035912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickstudy-laminated-algebra-reference-set-8-5-x-11-9781423215882/product_1932940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-4-mil-clear-500-carton-1235/product_939798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-20-lip-tape-reclosable-suffocation-warning-poly-bags-1-5-mil-clear-1000-carton-16235/product_24442804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quickstudy-laminated-first-aid-cpr-reference-set-8-5-x-11-9781423227595/product_1932934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-16-x-20-wood-frame-art/product_495001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-18-x-24-canvas-art/product_496272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1475/product_948861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2391/product_939935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-orchids-by-wendra-canvas-art-ready-to-hang-14x19-inches/product_255556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-by-sheila-golden-ready-to-hang-canvas-art-14x19-inches/product_254705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-black-matted-wood-frame-sg5730-w1114bmf/product_2081361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-white-matted-wood-frame-sg5730-w1114mf/product_2081300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-6-5-8-x-4-plastic-shelf-bin-clear-30-case-binps103cl/product_191260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-30-layflat-poly-bags-4-mil-clear-250-carton-1237/product_361118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-6-5-8-x-4-plastic-shelf-bin-red-30-case-binps104r/product_191412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-100-box-fmn100217/product_3035694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-16-x-20-black-matted-wood-frame-sg5730-w1620bmf/product_2077067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-30-reclosable-poly-bags-4-mil-clear-500-carton-pb4245/product_24328991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-burgundy-50-box-fmn100185/product_3035690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-16-x-20-white-matted-wood-frame-sg5730-w1620mf/product_2077066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-4-1-8-x-4-plastic-shelf-bin-red-20-case-binps111r/product_191409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-lilac-200-box-fmn100417/product_3035915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-17-7-8-x-6-5-8-x-4-plastic-shelf-bin-blue-20-case-binps112b/product_191335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-4-x-68-side-loading-boxes-32-ect-brown-10-bundle-hd14468fol/product_946850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-11-x-14-black-frame-mt0782-b1114mf/product_2081967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-6-x-2-computer-packing-boxes-box-200-ect-25-bundle-1462/product_1504095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/14-x-6-x-4-32-ect-shipping-boxes/product_24409865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-burgundy-50-box-fmn100387/product_3035662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-18-x-11-x-10-plastic-stack-and-hang-bin-blue-4-case-binp1811b/product_191245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0782-c2232gg/product_2077300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0782-c3047gg/product_2081441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-cash-register-rolls-carbonless-2-ply-white-canary-2-1-4-x100-full-carton/product_1883571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-as-220-adjustable-temperature-glue-applicator-gl4300/product_191702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quill-brand-stack-and-hang-24-38-qt-storage-bin-clear-4-case-bin1611cl/product_191166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/140777/product_140777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-queensborough-bridge-by-david-ayash-3-3-x-4-8-multi-panel-art-set-ma0526-p5-set/product_2080940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-x-large-pink-100-box-fmn100044/product_3012159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/144-square-adv-lbl-mt-1x1-pis/product_24514597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quiet-heavy-snowfall-by-kurt-shaffer-22-x-32-canvas-art-ks01086-c2232gg/product_2080105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fig-newtons-cookies-2-oz-12-box-nfg015790/product_913746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fiji-natural-artesian-bottled-water-0-5-l-24-carton/product_2831879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-1-8-x11-1-8-x5-Partners-Brand-Literature-Mailers-50-Bundle-M15115/product_949037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-drawer-cabinet-with-2-drawers-weathered-gray-g115002500/product_24522810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-sheet-cross-cut-shredder-940512/product_105657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-22-x-32-canvas-art/product_317108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filament-tape-1-2-x-60-yds-clear-1-roll/product_688666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-radio-city-by-yale-gurney-canvas-ready-to-hang-18x24-inches/product_255670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-15105/product_24407497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-egyptian-violet-40-ml-pack-of-2-2pk-104d/product_2137790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-dianthus-pink-40-ml/product_1721926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-11-1-8-x-6-easy-fold-mailers-50-bundle-m15116bfk/product_1578481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-green-gold-40-ml/product_1721873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-11-shipping-boxes-32-ect-brown-25-bundle-151111/product_814174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-indian-yellow-40-ml/product_1721965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-6-shipping-boxes-32-ect-brown-25-bundle-15116/product_426293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-8-shipping-boxes-32-ect-brown-25-bundle-15118/product_408461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-ivory-black-40-ml-pack-of-2/product_1721910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0621-w1620bmf/product_2086218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-16-x-20-white-matted-black-frame-ma0621-b1620mf/product_2086219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-payne-s-grey-40-ml-pack-of-2/product_1721794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-1000-mpr-20-x-30-x-1-4-carton-9822-4/product_24592645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-15124/product_426297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-13-x-7-shipping-boxes-32-ect-brown-25-bundle-15137/product_814173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-18-x-24-x-1-4-pack-1000-mpr/product_24592647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-black-canvas-art-18x18-inches/product_250474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-15-1-2-self-seal-bubble-pouches-150-case/product_947704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-14-x-25-x-1-4-carton-ua04-4/product_24592660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-gray-canvas-art-35x35-inches/product_250485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-15-layflat-poly-bags-4-mil-clear-500-carton-1242/product_361127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-16-x-20-x-1-ua00-4/product_3018005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-10-shipping-boxes-32-ect-brown-20-bundle-151510/product_24409976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-burnt-umber-38-ml-pack-of-2-2pk-2116/product_2137783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-20-x-25-x-1-ua03-4/product_3016425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-7-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-15157/product_947189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-20-wood-frame-art/product_317119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-premium-allergen-bacteria-virus-air-filter-18-x-24-x-1-4-pack-1900-mpr/product_24592659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-green-gold-38-ml/product_1721850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-20-x-30-x-1-4-pack-1900-mpr/product_24592656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-24-canvas-art/product_317115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-silver-38-ml-2181/product_2169205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-true-hepa-rap-filters-true-hepa-air-purifier-filter-13-x-8-2-x-2-fapf-f2n-4/product_3019640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-1500-70-gauge-cast-stretch-film-4-carton-sf157cast/product_449792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-30-x-47-canvas-art/product_317117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-mars-orange-38-ml-pack-of-2-2pk-2122/product_2137781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-neutral-white-38-ml-pack-of-2-2pk-2111/product_2137787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ranier-by-yale-gurney-gallery-wrapped-canvas-art-35x47-inches/product_255678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/144-square-adv-lbl-mt-1x1-pis/product_24514597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quiet-heavy-snowfall-by-kurt-shaffer-22-x-32-canvas-art-ks01086-c2232gg/product_2080105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fig-newtons-cookies-2-oz-12-box-nfg015790/product_913746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fiji-natural-artesian-bottled-water-0-5-l-24-carton/product_2831879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-1-8-x11-1-8-x5-Partners-Brand-Literature-Mailers-50-Bundle-M15115/product_949037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-drawer-cabinet-with-2-drawers-weathered-gray-g115002500/product_24522810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-sheet-cross-cut-shredder-940512/product_105657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-22-x-32-canvas-art/product_317108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filament-tape-1-2-x-60-yds-clear-1-roll/product_688666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-radio-city-by-yale-gurney-canvas-ready-to-hang-18x24-inches/product_255670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-10-x-5-shipping-boxes-32-ect-brown-25-bundle-15105/product_24407497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-egyptian-violet-40-ml-pack-of-2-2pk-104d/product_2137790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-dianthus-pink-40-ml/product_1721926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-11-1-8-x-6-easy-fold-mailers-50-bundle-m15116bfk/product_1578481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-green-gold-40-ml/product_1721873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-11-shipping-boxes-32-ect-brown-25-bundle-151111/product_814174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-indian-yellow-40-ml/product_1721965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-6-shipping-boxes-32-ect-brown-25-bundle-15116/product_426293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-8-shipping-boxes-32-ect-brown-25-bundle-15118/product_408461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-ivory-black-40-ml-pack-of-2/product_1721910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0621-w1620bmf/product_2086218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-16-x-20-white-matted-black-frame-ma0621-b1620mf/product_2086219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-payne-s-grey-40-ml-pack-of-2/product_1721794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-1000-mpr-20-x-30-x-1-4-carton-9822-4/product_24592645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-15124/product_426297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-13-x-7-shipping-boxes-32-ect-brown-25-bundle-15137/product_814173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-18-x-24-x-1-4-pack-1000-mpr/product_24592647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-black-canvas-art-18x18-inches/product_250474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-15-1-2-self-seal-bubble-pouches-150-case/product_947704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-14-x-25-x-1-4-carton-ua04-4/product_24592660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-gray-canvas-art-35x35-inches/product_250485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-15-layflat-poly-bags-4-mil-clear-500-carton-1242/product_361127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-16-x-20-x-1-ua00-4/product_3018005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:37:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-10-shipping-boxes-32-ect-brown-20-bundle-151510/product_24409976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-burnt-umber-38-ml-pack-of-2-2pk-2116/product_2137783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-20-x-25-x-1-ua03-4/product_3016425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-7-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-15157/product_947189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-20-wood-frame-art/product_317119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-green-gold-38-ml/product_1721850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-20-x-30-x-1-4-pack-1900-mpr/product_24592656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-premium-allergen-bacteria-virus-air-filter-18-x-24-x-1-4-pack-1900-mpr/product_24592659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-16-x-24-canvas-art/product_317115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-silver-38-ml-2181/product_2169205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/filtrete-true-hepa-rap-filters-true-hepa-air-purifier-filter-13-x-8-2-x-2-fapf-f2n-4/product_3019640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-1500-70-gauge-cast-stretch-film-4-carton-sf157cast/product_449792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainier-wildflowers-30-x-47-canvas-art/product_317117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-mars-orange-38-ml-pack-of-2-2pk-2122/product_2137781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-neutral-white-38-ml-pack-of-2-2pk-2111/product_2137787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ranier-by-yale-gurney-gallery-wrapped-canvas-art-35x47-inches/product_255678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:38:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-gusseted-poly-bags-clear-500-carton-248-1518-1/product_695579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-gusseted-poly-bags-clear-500-carton-248-1518-20/product_695556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-flush-cut-foam-pouch-75-carton-cfp1518/product_947587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-2-mil-clear-1000-carton-572/product_359088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-2-mil-clear-1000-carton-6689/product_939255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-4-mil-clear-500-carton-1243/product_692374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/find-it-snap-closure-tin-pencil-box-assorted-colors-ft07283/product_148758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fineline-applicators-masquepen-masking-fluid-37-5-ml-1-25-oz-pack-of-2/product_1717903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raid-jumbo-fly-sticks-2-pk-pco2pkfstkraid/product_23980682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raid-multi-insect-killer-indoor-outdoor-aerosol-spray-15-oz-300819/product_24325349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raid-max-bug-barrier-128-oz-bottle-sjn620726ea/product_24412797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-20-layflat-poly-bags-3-mil-clear-500-carton-908/product_939722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reach-16-x-20-wood-frame-art/product_33598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-100-email-delivery/product_2792241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1575/product_948862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-24-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-500-roll-1485r/product_939288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-100/product_24317060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-aluminum-laptop-stands-black-10075/product_IM19HH138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-alarm-12x9-adhesive-glow/product_558536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-mobile-cell-phone-desktop-stand-silver-10059/product_IM14AQ102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rain-design-mtower-vertical-laptop-stand-space-grey/product_IM14AQ096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1615/product_939856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-black-0063300/product_454893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-bright-blue-0063170/product_454890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-32-gusseted-poly-bags-2-mil-clear-250-carton-1620/product_361532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-fire-extinguisher-graphic-7-x-7-adhesive-vinylglow/product_554400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-20-x-47-canvas-art/product_314643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-11-x-14-black-matted-silver-frame-rs012-s1114bmf/product_2081261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-dark-blue-0063180/product_575532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/150-5x7-flat-cards-rounded-pol/product_24488366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-lateral-file-cabinet-letter-legal-2-drawer-black-22-1-8-d-truck-to-loading-dock/product_674496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/150-lumen-led-waterproof-floating-flashlight/product_2582287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-orange-0063100/product_563257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-scarlet-0063030/product_454887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-11-x-14-wood-frame-art/product_315176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-storage-cabinet-3-shelf-parchment-19-1-4-d-dock-to-dock/product_668040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-16-x-20-black-frame-art/product_315171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-regulations-demand-this-space-be-kept-clear-at-all-times-7x10-rigid-plastic-notice-sign/product_553824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1500-lh-sm-grey-2nd-sheet-pis/product_349028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-sprinkler-valve-do-not-close-unless-authorized-10x14-adhesive-vinylglow/product_563569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-35-x-47-canvas-art/product_315175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-bellied-squirrel-11-x-14-black-frame-art/product_492538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainforest-cafe-gift-card-100-email-delivery/product_1204144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainforest-cafe-gift-card-50-email-delivery/product_1204143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-38-x11-38-x12-38-hazmat-shipping-box-275-ect-10-bundle-haz1049/product_946849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-legal-fire-resistant-vertical-cabinet-putty-truck-to-loading-dock/product_670416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-letter-fire-resistant-vertical-cabinet-putty/product_670090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-delorme-atlas-gazetteer-nebraska-state-map-15-5-x-11-1946494429/product_24532874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-delorme-atlas-gazetteer-new-hampshire-vermont-state-map-15-5-x-11-194649447x/product_24532975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-fire-resistant-vertical-cabinet-putty/product_670464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0123-b1114mf/product_2079514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-fire-resistant-vertical-cabinet-legal-size-black-inside-delivery-22131cbli/product_670425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-gusseted-poly-bags-clear-500-carton-248-1518-20/product_695556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-gusseted-poly-bags-clear-500-carton-248-1518-1/product_695579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-flush-cut-foam-pouch-75-carton-cfp1518/product_947587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-2-mil-clear-1000-carton-572/product_359088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-2-mil-clear-1000-carton-6689/product_939255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-4-mil-clear-500-carton-1243/product_692374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raid-multi-insect-killer-indoor-outdoor-aerosol-spray-15-oz-300819/product_24325349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raid-max-bug-barrier-128-oz-bottle-sjn620726ea/product_24412797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fineline-applicators-masquepen-masking-fluid-37-5-ml-1-25-oz-pack-of-2/product_1717903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/find-it-snap-closure-tin-pencil-box-assorted-colors-ft07283/product_148758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raid-jumbo-fly-sticks-2-pk-pco2pkfstkraid/product_23980682 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-20-layflat-poly-bags-3-mil-clear-500-carton-908/product_939722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reach-16-x-20-wood-frame-art/product_33598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-card-100-email-delivery/product_2792241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-aluminum-laptop-stands-black-10075/product_IM19HH138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-24-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-500-roll-1485r/product_939288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1575/product_948862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-100/product_24317060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-alarm-12x9-adhesive-glow/product_558536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-mobile-cell-phone-desktop-stand-silver-10059/product_IM14AQ102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-bright-blue-0063170/product_454890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rain-design-mtower-vertical-laptop-stand-space-grey/product_IM14AQ096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1615/product_939856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-black-0063300/product_454893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-32-gusseted-poly-bags-2-mil-clear-250-carton-1620/product_361532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-fire-extinguisher-graphic-7-x-7-adhesive-vinylglow/product_554400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-20-x-47-canvas-art/product_314643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-dark-blue-0063180/product_575532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-apple-splash-by-roderick-stevens-11-x-14-black-matted-silver-frame-rs012-s1114bmf/product_2081261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/150-5x7-flat-cards-rounded-pol/product_24488366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-lateral-file-cabinet-letter-legal-2-drawer-black-22-1-8-d-truck-to-loading-dock/product_674496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/150-lumen-led-waterproof-floating-flashlight/product_2582287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-orange-0063100/product_563257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-scarlet-0063030/product_454887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-11-x-14-wood-frame-art/product_315176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-storage-cabinet-3-shelf-parchment-19-1-4-d-dock-to-dock/product_668040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-16-x-20-black-frame-art/product_315171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-regulations-demand-this-space-be-kept-clear-at-all-times-7x10-rigid-plastic-notice-sign/product_553824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1500-lh-sm-grey-2nd-sheet-pis/product_349028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fire-sprinkler-valve-do-not-close-unless-authorized-10x14-adhesive-vinylglow/product_563569 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-35-x-47-canvas-art/product_315175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-bellied-squirrel-11-x-14-black-frame-art/product_492538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainforest-cafe-gift-card-100-email-delivery/product_1204144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rainforest-cafe-gift-card-50-email-delivery/product_1204143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-38-x11-38-x12-38-hazmat-shipping-box-275-ect-10-bundle-haz1049/product_946849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-legal-fire-resistant-vertical-cabinet-putty-truck-to-loading-dock/product_670416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-delorme-atlas-gazetteer-nebraska-state-map-15-5-x-11-1946494429/product_24532874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-letter-fire-resistant-vertical-cabinet-putty/product_670090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-delorme-atlas-gazetteer-new-hampshire-vermont-state-map-15-5-x-11-194649447x/product_24532975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-31-letter-fire-resistant-vertical-cabinet-putty/product_670464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0123-b1114mf/product_2079514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-fire-resistant-vertical-cabinet-legal-size-black-inside-delivery-22131cbli/product_670425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-idaho-state-map-9-x-4-25-052802602x/product_24532968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-35-x-47-canvas-art-ph0123-c3547gg/product_2076812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-storage-cabinet-3-shelf-parchment-19-1-4-d-inside-delivery/product_668102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-earth-18-x-18-canvas-art/product_33649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-indiana-state-map-9-x-4-25-0528026046/product_24532862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-earth-24-x-24-canvas-art/product_33647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-10-x-4-shipping-boxes-brown-25-bundle-16104/product_814171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-north-dakota-and-south-dakota-state-map-9-x-4-25-0528024779/product_24532951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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-25-d-inside-delivery/product_670093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-10-x-32-gusseted-poly-bags-3-mil-clear-250-carton-1746/product_693231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-letter-2-drawer-black-27-3-4-h-x-17-3-4-w-x-31-9-16-d-truck-to-loading-dock/product_670468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-35-x-47-canvas-art/product_317506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-on-white-by-nicole-dietz-canvas-art-18-x-24-886511004924/product_253747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-texas-state-map-9-x-4-25-0528026224/product_24532859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-alabama-state-map-9-5-x-4-052802566x/product_24532960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-black-2m1822-1bli/product_24560719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-11-x-11-white-matted-black-frame-psl0444-b1111mf/product_2083703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-2m1822-1pai/product_24560718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-platinum-2m1822-1pl/product_24560722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-24-x-24-canvas-art-psl0444-c2424gg/product_2078532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-reclosable-poly-bags-3-mil-clear-250-carton-4087/product_694748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-platinum-2m1822-1pli/product_24560720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-12-shipping-boxes-brown-15-bundle-hd161212dw/product_630465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-vertical-file-cabinet-letter-black-32-d-2p1831cbli/product_356371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-12-shipping-boxes-32-ect-brown-250-pallet-161212pl/product_1160645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-2p1831cpa/product_356159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0624-w1620bmf/product_2086207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-albany-schenectady-troy-street-map-9-5-x-4-0528024353/product_24532955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-31-19-d-4-1956-2pa/product_670532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-35-x-47-canvas-art-ma0624-c3547gg/product_2080660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-25-2-drawer-vertical-file-cabinet-fire-resistant-letter-black-25-d-2-1825-cbl/product_670092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-black-matted-wood-frame-sg5735-w1114bmf/product_2080977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-shipping-boxes-brown-25-bundle-hd16128/product_405039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-white-matted-black-frame-sg5735-b1114mf/product_2081220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-northern-virginia-9-5-x-4-0528025163/product_24532972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-9-shipping-boxes-32-ect-brown-25-bundle-16129r/product_947201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-20-black-matted-black-frame-sg5735-b1620bmf/product_2077061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-beige-letter-legal-44-5-w-2-4422-cpa/product_2725794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-13-x-10-shipping-boxes-32-ect-brown-25-bundle-161310/product_574401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-portland-street-map-9-5-x-4-0528025236/product_24532946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-12-shipping-boxes-32-ect-brown-25-bundle-161412/product_557435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-161313/product_574402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-philadelphia-and-southeast-pennsylvania-folded-regional-map-9-5-x-4-0528025597/product_24579830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-2-3122-cbl/product_710072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-37-5-w-2-3822-cbl/product_674495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-3-drawer-lateral-file-cabinet-fire-resistant-assorted-colors/product_SS212599351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-24-x-24-canvas-art/product_33715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1495/product_361484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-4-shipping-boxes-32-ect-brown-25-bundle-16144/product_814136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-6-shipping-boxes-32-ect-brown-25-bundle/product_24407849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-dock-4-3122-cbl/product_710134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/range-kleen-2-pack-style-a-8-chrome-drip-pans/product_208036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-letter-legal-size-lockable-52-75-h-x-31-19-w-x-22-13-d-parchment-43122cpai/product_132222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-35-x-47-canvas-art-ph0123-c3547gg/product_2076812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-idaho-state-map-9-x-4-25-052802602x/product_24532968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-earth-18-x-18-canvas-art/product_33649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-storage-cabinet-3-shelf-parchment-19-1-4-d-inside-delivery/product_668102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-indiana-state-map-9-x-4-25-0528026046/product_24532862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-earth-24-x-24-canvas-art/product_33647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-10-x-4-shipping-boxes-brown-25-bundle-16104/product_814171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-north-dakota-and-south-dakota-state-map-9-x-4-25-0528024779/product_24532951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-10-x-32-gusseted-poly-bags-3-mil-clear-250-carton-1746/product_693231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-35-x-47-canvas-art/product_317506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-letter-2-drawer-black-27-3-4-h-x-17-3-4-w-x-31-9-16-d-truck-to-loading-dock/product_670468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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-25-d-inside-delivery/product_670093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-on-white-by-nicole-dietz-canvas-art-18-x-24-886511004924/product_253747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-texas-state-map-9-x-4-25-0528026224/product_24532859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-alabama-state-map-9-5-x-4-052802566x/product_24532960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-11-x-11-white-matted-black-frame-psl0444-b1111mf/product_2083703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-black-2m1822-1bli/product_24560719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-platinum-2m1822-1pl/product_24560722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-parchment-2m1822-1pai/product_24560718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-parallel-universe-by-philippe-sainte-laudy-24-x-24-canvas-art-psl0444-c2424gg/product_2078532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-reclosable-poly-bags-3-mil-clear-250-carton-4087/product_694748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-platinum-2m1822-1pli/product_24560720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-vertical-file-cabinet-letter-black-32-d-2p1831cbli/product_356371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-12-shipping-boxes-brown-15-bundle-hd161212dw/product_630465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-12-shipping-boxes-32-ect-brown-250-pallet-161212pl/product_1160645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-vertical-file-cabinet-fire-resistant-letter-parchment-31-56-2p1831cpa/product_356159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0624-w1620bmf/product_2086207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-25-2-drawer-vertical-file-cabinet-fire-resistant-letter-black-25-d-2-1825-cbl/product_670092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-black-matted-wood-frame-sg5735-w1114bmf/product_2080977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-35-x-47-canvas-art-ma0624-c3547gg/product_2080660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-31-19-d-4-1956-2pa/product_670532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-albany-schenectady-troy-street-map-9-5-x-4-0528024353/product_24532955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-8-shipping-boxes-brown-25-bundle-hd16128/product_405039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-11-x-14-white-matted-black-frame-sg5735-b1114mf/product_2081220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-20-black-matted-black-frame-sg5735-b1620bmf/product_2077061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-9-shipping-boxes-32-ect-brown-25-bundle-16129r/product_947201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-13-x-10-shipping-boxes-32-ect-brown-25-bundle-161310/product_574401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-northern-virginia-9-5-x-4-0528025163/product_24532972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-beige-letter-legal-44-5-w-2-4422-cpa/product_2725794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-portland-street-map-9-5-x-4-0528025236/product_24532946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-12-shipping-boxes-32-ect-brown-25-bundle-161412/product_557435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-161313/product_574402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-37-5-w-2-3822-cbl/product_674495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-philadelphia-and-southeast-pennsylvania-folded-regional-map-9-5-x-4-0528025597/product_24579830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-2-3122-cbl/product_710072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-3-drawer-lateral-file-cabinet-fire-resistant-assorted-colors/product_SS212599351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-24-x-24-canvas-art/product_33715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-36-gusseted-poly-bags-1-5-mil-clear-250-carton-1495/product_361484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-6-shipping-boxes-32-ect-brown-25-bundle/product_24407849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/range-kleen-2-pack-style-a-8-chrome-drip-pans/product_208036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-4-shipping-boxes-32-ect-brown-25-bundle-16144/product_814136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-dock-4-3122-cbl/product_710134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-letter-legal-size-lockable-52-75-h-x-31-19-w-x-22-13-d-parchment-43122cpai/product_132222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:38:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:38:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-rose-18-x-24-canvas-art/product_315267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-3-mil-clear-1000-carton-904/product_939719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/range-kleen-step-stool-single-step-ss1b/product_24314643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-10-corrugated-kraft-boxes-25-bundle-bs161610x/product_24409816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/range-kleen-style-e-6-chrome-drip-pans-single-piece-silver/product_210136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-39387-pk6-stickles-glitter-glue-frost-lace-0-5oz-bottle-6-pack/product_1717544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-16-x-20-wood-frame-art/product_494330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-90-lb-cardstock-paper-white-60-sheets-pack-72271-pk3/product_24196980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0445-c3047gg/product_2080965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-fireshield-2-drawer-vertical-file-cabinet-arctic-white-letter-legal-white-glove-delivery-2s1822-ddssfi/product_24375631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-16-standard-shipping-boxes-32-ect-kraft-25-bundle-161616/product_415598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-library-green-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-legal-beige-31-56-d-dock-4p2131-cpa/product_356156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-14-x-14-canvas-art/product_496116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-black-25-d-4p1825-cbl/product_356168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-pure-sunshine-2-oz-bottle-pack-of-3-72083-pk3/product_1720641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-daisy-by-sheila-golden-ready-to-hang-18x24-inches/product_254712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-9-shipping-boxes-32-ect-brown-25-bundle-16169/product_557417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-squeezed-orange-2-oz-bottle-pack-of-3-72085-pk3/product_1720640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-18-layflat-poly-bags-4-mil-clear-500-carton-1240/product_939800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-12-x-19-canvas-art-ma0640-c1219gg/product_2079104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-16-x-20-black-matted-black-frame-ma0640-b1620bmf/product_2086179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-beige-31-13-w-2r3122-cpa/product_518060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-1950-air-pillow-film-for-airplus-packing-station-529099/product_24531405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-black-diamond-0-5-oz-bottle-pack-of-6/product_1717552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-4r1822-cpa/product_670537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-20-chipboard-pads-single-wall-275-carton-cp1620/product_1499997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-green-0-5-oz-bottle-pack-of-6/product_1717541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-24-x-32-canvas-art/product_817707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-file-cabinet-4-drawer-parchment-52-3-4-h-x-17-11-16-w-x-31-9-16-d/product_132211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-1-benzalkonium-chloride-antiseptic-spray-4-fl-oz-13-080/product_813143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-redstreake-pattern-collage-branches-and-blooms-14-x-19-canvas-886511944633/product_2575713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-aqua-lights-0-5-oz-bottle-pack-of-6-6pk-tal25610/product_2138490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-38-x-1-75-medium-butterfly-wound-adhesive-bandages-100-box-g135/product_813138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-cranberry-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim21995/product_2130371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-mushroom-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim22091/product_2131005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-20-reclosable-poly-bags-4-mil-clear-250-carton-3674a/product_24449538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-22-100-Gauge-Staples-Shrink-Bag-100-Case/product_947660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-22-layflat-poly-bags-3-mil-clear-500-carton-pb4198/product_24328928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-w-x-3-l-heavy-woven-bandages-50-box-g167/product_65002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-august-24-x-32-canvas-art/product_313979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-august-35-x-47-canvas-art/product_313980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-azalea-blooms-35-x-47-canvas-art/product_313915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-silver-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22176/product_2130404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-3-mil-clear-500-carton-915/product_939724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-snow-cap-mixatives-0-5-oz-bottle-pack-of-3-3pk-tal31611/product_2131191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-4-mil-clear-500-carton-1250/product_359183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-sunset-orange-brights-0-5-oz-bottle-pack-of-6-6pk-tab25542/product_2138119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-sunset-light-35-x-47-canvas-art/product_314233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-28-layflat-poly-bags-2-mil-clear-500-carton-578/product_361392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-barn-door-pad-3-pack-69435-pk3/product_1720980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-28-layflat-poly-bags-1-5-mil-clear-1000-carton-246/product_692552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-28-layflat-poly-bags-4-mil-clear-250-carton-1249/product_359116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-black-soot-pad-pack-of-3/product_1720982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-rose-18-x-24-canvas-art/product_315267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-3-mil-clear-1000-carton-904/product_939719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/range-kleen-step-stool-single-step-ss1b/product_24314643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-10-corrugated-kraft-boxes-25-bundle-bs161610x/product_24409816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/range-kleen-style-e-6-chrome-drip-pans-single-piece-silver/product_210136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-39387-pk6-stickles-glitter-glue-frost-lace-0-5oz-bottle-6-pack/product_1717544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-shouldered-hawk-16-x-20-wood-frame-art/product_494330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0445-c3047gg/product_2080965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-90-lb-cardstock-paper-white-60-sheets-pack-72271-pk3/product_24196980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-16-standard-shipping-boxes-32-ect-kraft-25-bundle-161616/product_415598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-fireshield-2-drawer-vertical-file-cabinet-arctic-white-letter-legal-white-glove-delivery-2s1822-ddssfi/product_24375631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-library-green-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-apples-14-x-14-canvas-art/product_496116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-legal-beige-31-56-d-dock-4p2131-cpa/product_356156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-black-25-d-4p1825-cbl/product_356168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-vase-with-daisy-by-sheila-golden-ready-to-hang-18x24-inches/product_254712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-pure-sunshine-2-oz-bottle-pack-of-3-72083-pk3/product_1720641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-9-shipping-boxes-32-ect-brown-25-bundle-16169/product_557417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-squeezed-orange-2-oz-bottle-pack-of-3-72085-pk3/product_1720640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-18-layflat-poly-bags-4-mil-clear-500-carton-1240/product_939800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-12-x-19-canvas-art-ma0640-c1219gg/product_2079104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-16-x-20-black-matted-black-frame-ma0640-b1620bmf/product_2086179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-beige-31-13-w-2r3122-cpa/product_518060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-black-diamond-0-5-oz-bottle-pack-of-6/product_1717552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-turtle-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-22-13-d-4r1822-cpa/product_670537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-20-chipboard-pads-single-wall-275-carton-cp1620/product_1499997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-green-0-5-oz-bottle-pack-of-6/product_1717541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-1950-air-pillow-film-for-airplus-packing-station-529099/product_24531405 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-24-x-32-canvas-art/product_817707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-file-cabinet-4-drawer-parchment-52-3-4-h-x-17-11-16-w-x-31-9-16-d/product_132211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-1-benzalkonium-chloride-antiseptic-spray-4-fl-oz-13-080/product_813143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-redstreake-pattern-collage-branches-and-blooms-14-x-19-canvas-886511944633/product_2575713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-aqua-lights-0-5-oz-bottle-pack-of-6-6pk-tal25610/product_2138490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-38-x-1-75-medium-butterfly-wound-adhesive-bandages-100-box-g135/product_813138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-cranberry-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim21995/product_2130371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-mushroom-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim22091/product_2131005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-20-reclosable-poly-bags-4-mil-clear-250-carton-3674a/product_24449538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-22-100-Gauge-Staples-Shrink-Bag-100-Case/product_947660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-22-layflat-poly-bags-3-mil-clear-500-carton-pb4198/product_24328928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-w-x-3-l-heavy-woven-bandages-50-box-g167/product_65002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-august-24-x-32-canvas-art/product_313979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-august-35-x-47-canvas-art/product_313980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-azalea-blooms-35-x-47-canvas-art/product_313915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-silver-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22176/product_2130404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-3-mil-clear-500-carton-915/product_939724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-snow-cap-mixatives-0-5-oz-bottle-pack-of-3-3pk-tal31611/product_2131191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-4-mil-clear-500-carton-1250/product_359183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-sunset-orange-brights-0-5-oz-bottle-pack-of-6-6pk-tab25542/product_2138119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflections-of-sunset-light-35-x-47-canvas-art/product_314233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-28-layflat-poly-bags-2-mil-clear-500-carton-578/product_361392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-barn-door-pad-3-pack-69435-pk3/product_1720980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-28-layflat-poly-bags-1-5-mil-clear-1000-carton-246/product_692552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/16-x-28-layflat-poly-bags-4-mil-clear-250-carton-1249/product_359116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-black-soot-pad-pack-of-3/product_1720982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-15-piece-blood-borne-pathogen-treatment-pack-91169/product_24566410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflects-manhattan-bridgeby-yale-gurney-ready-to-hang-35x47-inches/product_255626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-25-x-1-13-alcohol-cleansing-pads-50-box-51019/product_371106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-bundled-sage-pad-pack-of-3/product_1720979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-5-w-x-3-25-l-knuckle-bandages-40-box-g124/product_813133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-chipped-sapphire-0-5-oz-reinker-bottle-pack-of-3/product_1721060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-11-x-14-wood-frame-art/product_313075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-crushed-olive-pad-pack-of-3/product_1720977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-person-3-day-tornado-emergency-preparedness-kit-91056/product_24356136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-dusty-concord-0-5-oz-reinker-bottle-pack-of-3/product_1721209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-209-piece-shelter-in-place-emergency-preparedness-backpack-orange-gray-91308/product_24566366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regina-peces-vivos-canvas-art-24x32-inches/product_250358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-rusty-hinge-pad-3-pack-69447-pk3/product_1720974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-day-hurricane-emergency-preparedness-kit-91054/product_24356141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-sterile-12-ply-pads-20-box-i211/product_898939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-relax-by-rene-gruau-14xs19-14x19-inches/product_255215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-shelf-first-aid-cabinet-ansi-class-b-ansi-2021-150-people-1462-pieces-white-91341/product_24542372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-16-x-20-black-frame-art/product_821480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-worn-lipstick-pad-pack-of-3/product_1720985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-41-piece-burn-care-treatment-pack-91167/product_24566404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-43-piece-emergency-preparedness-kit-90123/product_819379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-5-day-personal-protection-kit-one-size-22-pieces-kit-24-pack-carton-600-00200pk/product_24540510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-35-x-47-canvas-art/product_821650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/160-rctngl-adv-lbl-gls-3x4-pol/product_24514757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-5-sterile-trauma-pad-an205/product_2706108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0446-c1624gg/product_2077812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-62-pc-first-aid-kit-for-10-people-222-u/product_495566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rapid-5080e-professional-automatic-electric-stapler-90-sheet-capacity-black-90147/product_488689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-89-pc-first-aid-kit-for-25-90588/product_1725437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-89-piece-first-aid-kit-refill-kit-for-25-people-90583/product_1725431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-1-4-x-11-1-4-x-6-44-ect-kraft-25-bundle/product_2653041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rapidesign-architectural-and-contractors-templates-abc-architectural-27708/product_2246699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-20-wood-frame-art/product_315137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-12-x-19-canvas-art-mt0728-c1219gg/product_2079030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-10-shipping-boxes-32-ect-brown-25-bundle-171110/product_414194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-10-shipping-boxes-32-ect-white-25-bundle-171110w/product_814162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-first-aid-kit-refill-for-up-to-25-people-90581/product_1725434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-3-by-michael-tompsett-22-x-32-canvas-art-mt0729-c2232gg/product_2077328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-7-shipping-boxes-32-ect-brown-25-bundle-17117/product_414193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-16-x-24-canvas-art-mt0727-c1624gg/product_2080021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rapidesign-technical-and-scientific-drafting-templates-r-47-laboratory-instruments-r47/product_2134701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-22-x-32-canvas-art-mt0727-c2232gg/product_2077330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-25-x-1500-28-gauge-polyethylene-stretch-wrap-clear-4-carton-for18281500/product_24400183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-assorted-adhesive-bandages-150-box-90095/product_821482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rapidoplot-fiber-tip-plotter-pens-0-3-mm-assortment-fine-pack-of-5/product_1722351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raritan-d2cim-dvusb-dvi-computer-interface-module/product_IM1PK1988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-16-x-16-white-matted-black-frame-ali1081-b1616mf/product_2084284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-16-x-16-white-matted-wood-frame-ali1081-w1616mf/product_2084283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-15-piece-blood-borne-pathogen-treatment-pack-91169/product_24566410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-18-x-18-canvas-art-ali1081-c1818gg/product_2085382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflects-manhattan-bridgeby-yale-gurney-ready-to-hang-35x47-inches/product_255626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-25-x-1-13-alcohol-cleansing-pads-50-box-51019/product_371106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-bundled-sage-pad-pack-of-3/product_1720979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-5-w-x-3-25-l-knuckle-bandages-40-box-g124/product_813133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-chipped-sapphire-0-5-oz-reinker-bottle-pack-of-3/product_1721060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-11-x-14-wood-frame-art/product_313075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-crushed-olive-pad-pack-of-3/product_1720977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-person-3-day-tornado-emergency-preparedness-kit-91056/product_24356136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-dusty-concord-0-5-oz-reinker-bottle-pack-of-3/product_1721209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-209-piece-shelter-in-place-emergency-preparedness-backpack-orange-gray-91308/product_24566366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regina-peces-vivos-canvas-art-24x32-inches/product_250358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-rusty-hinge-pad-3-pack-69447-pk3/product_1720974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-day-hurricane-emergency-preparedness-kit-91054/product_24356141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-3-sterile-12-ply-pads-20-box-i211/product_898939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-relax-by-rene-gruau-14xs19-14x19-inches/product_255215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-shelf-first-aid-cabinet-ansi-class-b-ansi-2021-150-people-1462-pieces-white-91341/product_24542372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-41-piece-burn-care-treatment-pack-91167/product_24566404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-worn-lipstick-pad-pack-of-3/product_1720985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-16-x-20-black-frame-art/product_821480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-43-piece-emergency-preparedness-kit-90123/product_819379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-5-day-personal-protection-kit-one-size-22-pieces-kit-24-pack-carton-600-00200pk/product_24540510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-35-x-47-canvas-art/product_821650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/160-rctngl-adv-lbl-gls-3x4-pol/product_24514757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-5-sterile-trauma-pad-an205/product_2706108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0446-c1624gg/product_2077812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-62-pc-first-aid-kit-for-10-people-222-u/product_495566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rapid-5080e-professional-automatic-electric-stapler-90-sheet-capacity-black-90147/product_488689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-89-pc-first-aid-kit-for-25-90588/product_1725437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-89-piece-first-aid-kit-refill-kit-for-25-people-90583/product_1725431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-1-4-x-11-1-4-x-6-44-ect-kraft-25-bundle/product_2653041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rapidesign-architectural-and-contractors-templates-abc-architectural-27708/product_2246699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-restful-retreat-16-x-20-wood-frame-art/product_315137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-12-x-19-canvas-art-mt0728-c1219gg/product_2079030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-10-shipping-boxes-32-ect-brown-25-bundle-171110/product_414194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-10-shipping-boxes-32-ect-white-25-bundle-171110w/product_814162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-a-first-aid-kit-refill-for-up-to-25-people-90581/product_1725434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-3-by-michael-tompsett-22-x-32-canvas-art-mt0729-c2232gg/product_2077328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-7-shipping-boxes-32-ect-brown-25-bundle-17117/product_414193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-16-x-24-canvas-art-mt0727-c1624gg/product_2080021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rapidesign-technical-and-scientific-drafting-templates-r-47-laboratory-instruments-r47/product_2134701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-22-x-32-canvas-art-mt0727-c2232gg/product_2077330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-assorted-adhesive-bandages-150-box-90095/product_821482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-25-x-1500-28-gauge-polyethylene-stretch-wrap-clear-4-carton-for18281500/product_24400183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rapidoplot-fiber-tip-plotter-pens-0-3-mm-assortment-fine-pack-of-5/product_1722351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raritan-d2cim-dvusb-dvi-computer-interface-module/product_IM1PK1988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-16-x-16-white-matted-black-frame-ali1081-b1616mf/product_2084284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-16-x-16-white-matted-wood-frame-ali1081-w1616mf/product_2084283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-18-x-18-canvas-art-ali1081-c1818gg/product_2085382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-171010/product_574464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-11-x-14-wood-frame-art/product_821419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-16-x-20-black-frame-art/product_821420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raycon-light-up-led-3-in-1-usb-to-lightning-micro-usb-usb-c-cable-4-ft-multicolored-racled110-23e-whi/product_24599675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-x-11-x-2-1-2-literature-mailers-25-bundle-ml17112k/product_1578471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-18-x-24-canvas-art/product_821648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-x-12-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-171210/product_947195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raycon-the-magic-180-pro-fast-charging-cable-for-ios-micro-usb-usb-c-6-5-ft-black-racmag720-23e-blab/product_24599545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cleansing-pads-smart-compliance-castile-soap-towelettes-10-box-fao4004/product_800264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-12-shipping-boxes-32-ect-brown-25-bundle-171412/product_574500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-dakota-fabric-guest-chair-black-8011blk/product_122791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cotton-tipped-applicators-100-bag-25-400/product_2681624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-compress-bandage-off-center-3-2-box-an266/product_71340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cpr-face-shield-white-each-730009/product_71654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-leather-mid-back-ergo-human-chair-black/product_122787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-mesh-leather-mid-back-ergo-human-chair-black/product_122790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-soft-wheel-casters/product_122812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-care-treatment-pack-91168/product_24566401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-group-ion-fabric-task-chair-gray-white-ion-wh-gry/product_24533504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-16-x-20-black-frame-art/product_312459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-group-sharper-image-ergonomic-mesh-swivel-task-chair-black-si-100-blk/product_24533502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-outlast-cooling-chair/product_2475034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rayovac-industrial-2-d-zinc-chloride-yellow-polypropylene-work-flashlight-3-led-s/product_700506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-10-people-76-pieces-white-91322/product_24542360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ribbit-the-frog-by-design-turnpike-16-x-16-white-matted-black-frame-ali1265-b1616mf/product_2083099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-a-new-day-11-x-14-ma0145-b1114bmf/product_1725927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-basilisk-v3-pro-wireless-optical-gaming-mouse-black-rz01-04620100-r3u1/product_24571245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-5-L-x-12-5-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181210R/product_411811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kits-197-pieces-white-fao226u/product_495568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-basilisk-x-hyperspeed-wireless-ergonomic-gaming-mouse-black-rz01-03150100-r3u1/product_24438340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-5-x-18-5-x-9-shipping-boxes-32-ect-brown-20-bundle-18189r/product_947074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v3-tenkeyless-wired-gaming-keyboard-black-rz03-03490200-r3u1/product_24478970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-16-x-20-ma0147-b1620bmf/product_1725924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-canvas-art-24x32-inches/product_250315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-food-service-first-aid-cabinet-ansi-class-b-100-people-337-pieces-white-kit-91379/product_24584721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-gauze-smart-compliance-3-gauze-pads-5-packs-of-2-box-fao5005/product_800295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-hand-sanitizer-packets-clean-scent-0-9-g-10-box-750013/product_2724441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-gigantus-v2-foam-nonskid-gaming-mouse-pad-black-green-rz02-03330500-r3u1/product_24572530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-24-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS181824HDDW/product_404942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-goliathus-chroma-mouse-pad-black-rz02-02500100-r3u1/product_24421198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ibuprofen-tablets-200-mg-2-tablets-packet-10-packets-box-fae-7014/product_222704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-presence-11-x-14-ma0149-b1114bmf/product_1725923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-huntsman-mini-gaming-keyboard-black-rz03-03390500-r3u1/product_24567546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-israeli-bandage-91152/product_24566408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-kraken-v3-pro-wireless-noise-canceling-stereo-gaming-headset-3-5mm-black-rz04-03460100-r3u1/product_24571247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-foot-operated-impulse-sealer-spbf18/product_946492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-kit-scissors-with-4-angled-blade-red-730010/product_71276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-mt-2x3-pol/product_24514670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-4-shipping-boxes-32-ect-brown-25-bundle-18104/product_557437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-nitrile-exam-gloves-latex-free-4-box-21-026-an5011/product_813126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-6-shipping-boxes-32-ect-brown-25-bundle-18106/product_426326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-11-x-14-wood-frame-art/product_821419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-10-shipping-boxes-32-ect-brown-25-bundle-171010/product_574464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-16-x-20-black-frame-art/product_821420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raycon-light-up-led-3-in-1-usb-to-lightning-micro-usb-usb-c-cable-4-ft-multicolored-racled110-23e-whi/product_24599675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-x-11-x-2-1-2-literature-mailers-25-bundle-ml17112k/product_1578471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-18-x-24-canvas-art/product_821648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-x-12-x-10-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-171210/product_947195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raycon-the-magic-180-pro-fast-charging-cable-for-ios-micro-usb-usb-c-6-5-ft-black-racmag720-23e-blab/product_24599545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cleansing-pads-smart-compliance-castile-soap-towelettes-10-box-fao4004/product_800264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-12-shipping-boxes-32-ect-brown-25-bundle-171412/product_574500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-compress-bandage-off-center-3-2-box-an266/product_71340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cotton-tipped-applicators-100-bag-25-400/product_2681624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-cpr-face-shield-white-each-730009/product_71654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-dakota-fabric-guest-chair-black-8011blk/product_122791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-leather-mid-back-ergo-human-chair-black/product_122787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-mesh-leather-mid-back-ergo-human-chair-black/product_122790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-care-treatment-pack-91168/product_24566401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-eurotech-soft-wheel-casters/product_122812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-16-x-20-black-frame-art/product_312459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-group-ion-fabric-task-chair-gray-white-ion-wh-gry/product_24533504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-outlast-cooling-chair/product_2475034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/raynor-group-sharper-image-ergonomic-mesh-swivel-task-chair-black-si-100-blk/product_24533502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rayovac-industrial-2-d-zinc-chloride-yellow-polypropylene-work-flashlight-3-led-s/product_700506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-10-people-76-pieces-white-91322/product_24542360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ribbit-the-frog-by-design-turnpike-16-x-16-white-matted-black-frame-ali1265-b1616mf/product_2083099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-a-new-day-11-x-14-ma0145-b1114bmf/product_1725927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-basilisk-v3-pro-wireless-optical-gaming-mouse-black-rz01-04620100-r3u1/product_24571245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-5-L-x-12-5-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181210R/product_411811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kits-197-pieces-white-fao226u/product_495568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-basilisk-x-hyperspeed-wireless-ergonomic-gaming-mouse-black-rz01-03150100-r3u1/product_24438340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-5-x-18-5-x-9-shipping-boxes-32-ect-brown-20-bundle-18189r/product_947074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-blackwidow-v3-tenkeyless-wired-gaming-keyboard-black-rz03-03490200-r3u1/product_24478970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-canvas-art-24x32-inches/product_250315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-gauze-smart-compliance-3-gauze-pads-5-packs-of-2-box-fao5005/product_800295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-food-service-first-aid-cabinet-ansi-class-b-100-people-337-pieces-white-kit-91379/product_24584721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-16-x-20-ma0147-b1620bmf/product_1725924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-hand-sanitizer-packets-clean-scent-0-9-g-10-box-750013/product_2724441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-gigantus-v2-foam-nonskid-gaming-mouse-pad-black-green-rz02-03330500-r3u1/product_24572530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-24-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-BS181824HDDW/product_404942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-goliathus-chroma-mouse-pad-black-rz02-02500100-r3u1/product_24421198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ibuprofen-tablets-200-mg-2-tablets-packet-10-packets-box-fae-7014/product_222704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-presence-11-x-14-ma0149-b1114bmf/product_1725923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-huntsman-mini-gaming-keyboard-black-rz03-03390500-r3u1/product_24567546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-israeli-bandage-91152/product_24566408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/razer-kraken-v3-pro-wireless-noise-canceling-stereo-gaming-headset-3-5mm-black-rz04-03460100-r3u1/product_24571247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-foot-operated-impulse-sealer-spbf18/product_946492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-kit-scissors-with-4-angled-blade-red-730010/product_71276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-mt-2x3-pol/product_24514670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-4-shipping-boxes-32-ect-brown-25-bundle-18104/product_557437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-nitrile-exam-gloves-latex-free-4-box-21-026-an5011/product_813126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-6-shipping-boxes-32-ect-brown-25-bundle-18106/product_426326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0542-b1620bmf/product_2083465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0542-w1114mf/product_2082723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-12-standard-shipping-boxes-32-ect-kraft-25-bundle-181212/product_415600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-physicianscare-smartcompliance-refill-eyewash-4-oz-fae-7016/product_2681660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0542-c3047gg/product_2076977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-rescue-breather-smart-compliance-face-shield-and-gloves-fao6015/product_800282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnam-bailey-circus-canvas-art-16x24-inches/product_245026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rca-dual-port-usb-c-and-usb-a-wall-charger-white-pch30acpda/product_24531379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-i-canvas-art-18x18-inches/product_250429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rca-usb-type-c-wall-charger-white-pch18cpda/product_24531384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-42-piece-24-people-bleeding-control-cabinet-91535/product_24585432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-7-shipping-boxes-32-ect-brown-25-bundle-18127/product_414198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rca-vh612r-12-coax-audio-video-cable-black/product_2423831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rca-vh914-12-stereo-cable-black/product_1419170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnum-and-bailey-canvas-art-30x47-inches/product_244864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-iii-canvas-art-35x35-inches/product_250725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-5-5-x-7-small-password-keeper-book-black-11003/product_24507977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-amazon-waterfall-canvas-art-18x24-inches/product_250391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-12-32-ect-shipping-boxes-25-bundle-cw57290/product_414196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-7-6-x-10-executive-password-book-faux-leather-black-10007/product_24507978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-0-75-w-x-3-l-adhesive-bandages-50-box-fae-3070/product_199820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-on-the-go-notepad-6-x-8-college-ruled-white-142-sheets-pad-88002/product_24605954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-premium-legal-pad-ruled-8-5-x-11-75-pink-30-sheets-pad-2-pads-40002/product_24507975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-4-shipping-boxes-32-ect-brown-25-bundle-18144/product_557460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-iii-canvas-art-24x24-inches/product_250710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-3-plastic-adhesive-bandages-40-box-fae-3100/product_2681622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-blown-stretch-wrap-blue-tinted-4-carton-blu18/product_691547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-fishing-wharf-canvas-art-35x47-inches/product_250443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/read-right-alcohol-free-screenkleen-50-tub-rearr1491/product_47448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-orange-tinted-4-carton-fstsf188corange/product_2653209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-red-tinted-4-carton-fstsf188cred/product_948886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-ansi-2021-class-a-conversion-kit-91365/product_24538326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-1500-90-gauge-blown-stretch-wrap-clear-4-carton-sf189/product_449817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-assorted-fabric-adhesive-bandages-10-box-fae-3020/product_800259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-14-corrugated-kraft-boxes-25-bundle-bs181614x/product_24408589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/read-right-pathkleen-cleaning-kit-10-pack-tx1237/product_530972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-cottage-canvas-art-26x32-inches/product_250748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/read-right-phonekleen-wipes-unscented-72-box-tx1303/product_74326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-b-ansi-2021-150-people-669-pieces-white-kit-90829-021/product_2529777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-clock-stamp-set-3-per-set-2-sets-ce-099-2/product_24511283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-coin-rubber-stamp-set-tails-5-per-set-3-sets-ce-104-3/product_24511063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-digital-clock-stamp-pack-of-6-ce-100-6/product_24511284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-2-triple-cut-adhesive-tape-fae-9089/product_2681609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-3-conforming-gauze-sterile-1-per-box-fae-5006/product_800267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-14-x-19-ma0200-c1419gg/product_1725919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-4-h-x-5-w-cold-pack-each-z6005/product_800301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-16-shipping-boxes-32-ect-brown/product_2698310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-12-standard-shipping-boxes-32-ect-kraft-25-bundle-181212/product_415600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-physicianscare-smartcompliance-refill-eyewash-4-oz-fae-7016/product_2681660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-antibiotic-ointment-packets-0-03-oz-10-box-fae-7021/product_800287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0542-c3047gg/product_2076977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0542-w1114mf/product_2082723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0542-b1620bmf/product_2083465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnam-bailey-circus-canvas-art-16x24-inches/product_245026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-rescue-breather-smart-compliance-face-shield-and-gloves-fao6015/product_800282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rca-dual-port-usb-c-and-usb-a-wall-charger-white-pch30acpda/product_24531379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-i-canvas-art-18x18-inches/product_250429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rca-usb-type-c-wall-charger-white-pch18cpda/product_24531384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-42-piece-24-people-bleeding-control-cabinet-91535/product_24585432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rca-vh612r-12-coax-audio-video-cable-black/product_2423831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rca-vh914-12-stereo-cable-black/product_1419170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-7-shipping-boxes-32-ect-brown-25-bundle-18127/product_414198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ringling-brothers-and-barnum-and-bailey-canvas-art-30x47-inches/product_244864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-iii-canvas-art-35x35-inches/product_250725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-5-5-x-7-small-password-keeper-book-black-11003/product_24507977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-amazon-waterfall-canvas-art-18x24-inches/product_250391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-12-32-ect-shipping-boxes-25-bundle-cw57290/product_414196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-7-6-x-10-executive-password-book-faux-leather-black-10007/product_24507978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-0-75-w-x-3-l-adhesive-bandages-50-box-fae-3070/product_199820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-on-the-go-notepad-6-x-8-college-ruled-white-142-sheets-pad-88002/product_24605954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-premium-legal-pad-ruled-8-5-x-11-75-pink-30-sheets-pad-2-pads-40002/product_24507975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-14-x-4-shipping-boxes-32-ect-brown-25-bundle-18144/product_557460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-cube-abstract-iii-canvas-art-24x24-inches/product_250710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-blown-stretch-wrap-blue-tinted-4-carton-blu18/product_691547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-x-3-plastic-adhesive-bandages-40-box-fae-3100/product_2681622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-fishing-wharf-canvas-art-35x47-inches/product_250443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/read-right-alcohol-free-screenkleen-50-tub-rearr1491/product_47448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-orange-tinted-4-carton-fstsf188corange/product_2653209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-red-tinted-4-carton-fstsf188cred/product_948886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-ansi-2021-class-a-conversion-kit-91365/product_24538326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-1500-90-gauge-blown-stretch-wrap-clear-4-carton-sf189/product_449817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-assorted-fabric-adhesive-bandages-10-box-fae-3020/product_800259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-14-corrugated-kraft-boxes-25-bundle-bs181614x/product_24408589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/read-right-pathkleen-cleaning-kit-10-pack-tx1237/product_530972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-cottage-canvas-art-26x32-inches/product_250748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/read-right-phonekleen-wipes-unscented-72-box-tx1303/product_74326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-b-ansi-2021-150-people-669-pieces-white-kit-90829-021/product_2529777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-clock-stamp-set-3-per-set-2-sets-ce-099-2/product_24511283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-coin-rubber-stamp-set-tails-5-per-set-3-sets-ce-104-3/product_24511063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-digital-clock-stamp-pack-of-6-ce-100-6/product_24511284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-2-triple-cut-adhesive-tape-fae-9089/product_2681609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-3-conforming-gauze-sterile-1-per-box-fae-5006/product_800267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-ii-14-x-19-ma0200-c1419gg/product_1725919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-4-h-x-5-w-cold-pack-each-z6005/product_800301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-16-shipping-boxes-32-ect-brown/product_2698310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-antibiotic-ointment-packets-0-03-oz-10-box-fae-7021/product_800287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-18-shipping-boxes-white-20-bundle-181818w/product_557516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-20-shipping-boxes-32-ect-brown-20-bundle-bs181820/product_2647499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-sunset-in-yellowstone-canvas-art-26-x-32-inches/product_250765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-sunset-in-yellowstone-canvas-art-35-x-47-inches/product_250766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-36-shipping-boxes-32-ect-brown-20-bundle-bs181836/product_2647603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-10-x-19-canvas-art/product_33691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-16-x-32-canvas-art/product_33688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-powder-free-nitrile-exam-gloves-latex-free/product_SS191086588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-24-x-47-canvas-art/product_33687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-3-mil-clear-500-carton-922/product_939727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-26-x-32-canvas-art/product_313929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-spill-clean-up-pack-21-760/product_2704977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-spill-magic-universal-response-station-kit-1srskit/product_24581388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-20-reclosable-poly-bags-4-mil-clear-250-carton-3800a/product_685649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-23-1-2-self-seal-bubble-pouches-100-carton-cbob1823/product_949088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-14-x-14-canvas-art-ali1281-c1414gg/product_2083154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-dinosaurs/product_934864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-triple-antibiotic-ointment-0-02-oz-12-box-12-001/product_1725426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-3-mil-clear-500-carton-925/product_939728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-6-mil-clear-250-carton-8580/product_939270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-vented-chest-wound-closure-91194/product_24566402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready2learn-paint-clay-explorers-set-1/product_880614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-by-ines-kouidis-35-x-35-canvas-art-ali0994-c3535gg/product_2081389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-7745/product_940212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-24-reclosable-poly-bags-4-mil-clear-250-carton-3802a/product_939352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-woundseal-blood-clot-powder-2-pack-90326/product_2705772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready2learn-triangle-grip-paint-brushes-3-sizes-6-per-set-2-sets-ce-6674-2/product_24568969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-alert-battery-powered-carbon-monoxide-detector-fat1039718/product_24380758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/real-world-math-remedia-menu-math-hamburger-hut-book-2-multiplication-division/product_846647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-18-x-18-canvas-stretched-190836278879/product_2575896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-alert-dual-power-plug-in-carbon-monoxide-detector-with-digital-display-fat1039746/product_24380774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-3-l-storage-box-transparent-smoke-gray-3tsmk/product_180527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-iv-14-x-14-canvas-stretched-190836279401/product_2576234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-i-11-x-11-matted-framed-190836279548/product_2574448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-6-mil-clear-100-carton-8590/product_939271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-2-64-qt-lift-off-lid-storage-bin-transparent-smoke-2-5tsmktray/product_2841790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-3-in-1-rainforest-sensory-gym/product_24595971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-42-layflat-poly-bags-1-5-mil-clear-500-carton-262/product_692565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-48-layflat-poly-bags-1-5-mil-clear-500-carton-263/product_692570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-ultimate-learning-bot/product_24595950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-48-layflat-poly-bags-2-mil-clear-250-carton-598/product_361393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-33-81-qt-snap-lid-storage-bin-transparent-smoke-us32tsmk/product_2841789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-all-in-one-panda-fabric-playmat-white-gray-gmv77/product_24477511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-code-n-learn-kinderbot-multicolor-fxg15/product_24466543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-18-shipping-boxes-white-20-bundle-181818w/product_557516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-30-sheet-3x3-pis/product_24469154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-6-87-qt-latch-lid-storage-tote-transparent-blue-6-5tb/product_2843042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-sunset-in-yellowstone-canvas-art-26-x-32-inches/product_250765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-sunset-in-yellowstone-canvas-art-35-x-47-inches/product_250766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-20-shipping-boxes-32-ect-brown-20-bundle-bs181820/product_2647499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-36-shipping-boxes-32-ect-brown-20-bundle-bs181836/product_2647603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-16-x-16-matted-framed-art-print-190836280292/product_2574442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-10-x-19-canvas-art/product_33691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-16-x-32-canvas-art/product_33688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-powder-free-nitrile-exam-gloves-latex-free/product_SS191086588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-24-x-47-canvas-art/product_33687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-3-mil-clear-500-carton-922/product_939727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-spill-clean-up-pack-21-760/product_2704977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-26-x-32-canvas-art/product_313929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-spill-magic-universal-response-station-kit-1srskit/product_24581388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-20-reclosable-poly-bags-4-mil-clear-250-carton-3800a/product_685649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-23-1-2-self-seal-bubble-pouches-100-carton-cbob1823/product_949088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-14-x-14-canvas-art-ali1281-c1414gg/product_2083154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready2learn-giant-stampers-dinosaurs/product_934864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-triple-antibiotic-ointment-0-02-oz-12-box-12-001/product_1725426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-3-mil-clear-500-carton-925/product_939728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-6-mil-clear-250-carton-8580/product_939270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-vented-chest-wound-closure-91194/product_24566402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready2learn-paint-clay-explorers-set-1/product_880614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-by-ines-kouidis-35-x-35-canvas-art-ali0994-c3535gg/product_2081389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-7745/product_940212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-24-reclosable-poly-bags-4-mil-clear-250-carton-3802a/product_939352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-aid-only-woundseal-blood-clot-powder-2-pack-90326/product_2705772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-alert-battery-powered-carbon-monoxide-detector-fat1039718/product_24380758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ready2learn-triangle-grip-paint-brushes-3-sizes-6-per-set-2-sets-ce-6674-2/product_24568969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/real-world-math-remedia-menu-math-hamburger-hut-book-2-multiplication-division/product_846647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-18-x-18-canvas-stretched-190836278879/product_2575896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/first-alert-dual-power-plug-in-carbon-monoxide-detector-with-digital-display-fat1039746/product_24380774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-3-l-storage-box-transparent-smoke-gray-3tsmk/product_180527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-iv-14-x-14-canvas-stretched-190836279401/product_2576234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-i-11-x-11-matted-framed-190836279548/product_2574448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-36-layflat-poly-bags-6-mil-clear-100-carton-8590/product_939271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-2-64-qt-lift-off-lid-storage-bin-transparent-smoke-2-5tsmktray/product_2841790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-3-in-1-rainforest-sensory-gym/product_24595971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-42-layflat-poly-bags-1-5-mil-clear-500-carton-262/product_692565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-48-layflat-poly-bags-1-5-mil-clear-500-carton-263/product_692570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-4-in-1-ultimate-learning-bot/product_24595950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18-x-48-layflat-poly-bags-2-mil-clear-250-carton-598/product_361393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-33-81-qt-snap-lid-storage-bin-transparent-smoke-us32tsmk/product_2841789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-all-in-one-panda-fabric-playmat-white-gray-gmv77/product_24477511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-code-n-learn-kinderbot-multicolor-fxg15/product_24466543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-30-sheet-3x3-pis/product_24469154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-6-87-qt-latch-lid-storage-tote-transparent-blue-6-5tb/product_2843042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-i-16-x-16-matted-framed-art-print-190836280292/product_2574442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:40:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-64-liter-snap-lid-storage-bin-clear-66l-ccb/product_2215515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/180-days-of-writing-grade-1/product_2115850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-ii-11-x-11-matted-framed-art-print-190836280605/product_2573876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-67-63-qt-lift-off-lid-storage-bin-transparent-smoke-64tsmk/product_2841786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-hoppy-dreams-soother-sleep-trainer-gmn58/product_24477601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-mt-2x3-pis/product_24514694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-4-in-1-farm-to-market-tractor/product_24600646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-fisher-price-with-around-the-town-learning-table/product_24575752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-art-print-190836280964/product_2573873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-liter-snap-lid-storage-bin-clear-9l-cl/product_673234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-with-3-in-1-smart-car/product_24575757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-50-email-delivery/product_1415792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-18-x-18-canvas-stretched-190836280858/product_2575004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-25-email-delivery/product_1415793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-snap-lid-storage-bin-clear-assorted-sizes/product_SS223394365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-atlas-by-eric-joyner-22-x-32-canvas-art-ali1036-c2232gg/product_2080120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-16-x-32-canvas-art-ali1038-c1632gg/product_2077853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-learn-with-puppy-walker-and-puppy-s-remote/product_24575758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-14-x-19-canvas-art/product_317122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18w-usb-c-pd-car-charger-usb-c-to-lightning-cable-18w-black/product_24451819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/19-5-x-11-5-x-4-125-insulated-shipping-containers-1-5-thick-260c/product_946211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-sis/product_24595938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-4-italic-ready-letters/product_931758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-baron-deep-dish-pizza-singles-variety-pack-12-pack-74924/product_24391089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/19-x-13-x-13-shipping-boxes-32-ect-brown-20-bundle-bs191313/product_2647404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-tower-of-the-virgin-by-thomas-moran-3-6-x-2-6-multi-panel-art-set-bl0942-p5-set/product_2080269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-bull-original-energy-drink-12-oz-24-pack-91747/product_24461984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-set-sit-to-crawl-sea-turtle-and-cool-beats-penguin/product_24575744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/19-x-19-x-19-shipping-boxes-32-ect-brown-20-bundle-bs191919/product_2647590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-little-people-caring-for-animals-farm/product_24589071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-gls-1x1-pol/product_24514599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-18-x-32-canvas-art/product_314654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-mt-1x1-pis/product_24514600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-wood-frame-ali1116-w1114mf/product_2077455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-perfect-sense-deluxe-gym-multicolor-glk34/product_24477570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-stiff-putty-knife-2-blade/product_701024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-chisel-wall-scraper-3/product_700662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-sea-me-flush-potty-white-blue-gmp68/product_24477588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-24-x-32-canvas-art-ali1116-c2432gg/product_2078598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderic-stevens-goldtini-canvas-art/product_254631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1y-virus-protection-and-removals-in-store-only/product_1541202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-with-tray-multicolor-gbl28/product_24477608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-taping-knife-4-inch/product_700648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-stiff-putty-knife-1-1-2-inch/product_701027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-taco-tuesday-gift-set/product_24595970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-antique-store-iii-canvas-art/product_254649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-apple-splash-ii-matted-art-black-frame-11x14-inches/product_254651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-25-email-delivery/product_2461897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-64-liter-snap-lid-storage-bin-clear-66l-ccb/product_2215515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Fluorescent-Red-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-67-63-qt-lift-off-lid-storage-bin-transparent-smoke-64tsmk/product_2841786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-ii-11-x-11-matted-framed-art-print-190836280605/product_2573876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/180-days-of-writing-grade-1/product_2115850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Red-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-hoppy-dreams-soother-sleep-trainer-gmn58/product_24477601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-mt-2x3-pis/product_24514694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-4-in-1-farm-to-market-tractor/product_24600646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-fisher-price-with-around-the-town-learning-table/product_24575752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-11-x-11-matted-framed-art-print-190836280964/product_2573873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-9-liter-snap-lid-storage-bin-clear-9l-cl/product_673234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-with-3-in-1-smart-car/product_24575757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-50-email-delivery/product_1415792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-25-email-delivery/product_1415793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-heart-iv-18-x-18-canvas-stretched-190836280858/product_2575004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/really-useful-box-snap-lid-storage-bin-clear-assorted-sizes/product_SS223394365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-atlas-by-eric-joyner-22-x-32-canvas-art-ali1036-c2232gg/product_2080120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-16-x-32-canvas-art-ali1038-c1632gg/product_2077853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-learn-with-puppy-walker-and-puppy-s-remote/product_24575758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/18w-usb-c-pd-car-charger-usb-c-to-lightning-cable-18w-black/product_24451819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-14-x-19-canvas-art/product_317122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/19-5-x-11-5-x-4-125-insulated-shipping-containers-1-5-thick-260c/product_946211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-smart-stages-sis/product_24595938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-baron-deep-dish-pizza-singles-variety-pack-12-pack-74924/product_24391089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-4-italic-ready-letters/product_931758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/19-x-13-x-13-shipping-boxes-32-ect-brown-20-bundle-bs191313/product_2647404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-tower-of-the-virgin-by-thomas-moran-3-6-x-2-6-multi-panel-art-set-bl0942-p5-set/product_2080269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-bull-original-energy-drink-12-oz-24-pack-91747/product_24461984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/19-x-19-x-19-shipping-boxes-32-ect-brown-20-bundle-bs191919/product_2647590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-linkimals-set-sit-to-crawl-sea-turtle-and-cool-beats-penguin/product_24575744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-little-people-caring-for-animals-farm/product_24589071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-gls-1x1-pol/product_24514599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-18-x-32-canvas-art/product_314654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/192-square-adv-lbl-mt-1x1-pis/product_24514600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-wood-frame-ali1116-w1114mf/product_2077455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-perfect-sense-deluxe-gym-multicolor-glk34/product_24477570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-stiff-putty-knife-2-blade/product_701024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-chisel-wall-scraper-3/product_700662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-sea-me-flush-potty-white-blue-gmp68/product_24477588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-24-x-32-canvas-art-ali1116-c2432gg/product_2078598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderic-stevens-goldtini-canvas-art/product_254631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/1y-virus-protection-and-removals-in-store-only/product_1541202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-sit-me-up-fabric-kids-floor-seat-with-tray-multicolor-gbl28/product_24477608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-taping-knife-4-inch/product_700648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-stiff-putty-knife-1-1-2-inch/product_701027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fisher-price-taco-tuesday-gift-set/product_24595970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-antique-store-iii-canvas-art/product_254649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-apple-splash-ii-matted-art-black-frame-11x14-inches/product_254651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-25-email-delivery/product_2461897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Fluorescent-Red-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-Staples-Red-13-Pt-Shipping-Tag-Pre-Wired-1000-Case/product_948288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-dark-blue-13-pt-shipping-tag-pre-strung-1000-case/product_948276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-16-rs975-w1616mf/product_1729032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fiskars-5-kids-scissors-blunt-tip-assorted-colors-3-pack-1067042ct/product_24571866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-green-13-pt-shipping-tag-1000-case/product_948445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-100-email-delivery/product_2140520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fiskars-9-craft-trimmer-white-orange-178100-1001/product_2070837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-green-13-pt-shipping-tag-pre-strung-1000-case/product_948450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-25/product_2792246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-24-rs996-c1624gg/product_1729228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-1000-case/product_948447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-50-email-delivery/product_2140521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-pre-wired-1000-case/product_948457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card/product_SS203777493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-16-x-20-rs999-b1620bmf/product_1727559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-yellow-13-pt-shipping-tag-1000-case/product_948444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-green-13-pt-shipping-tag-pre-wired-1000-case/product_948287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-16-x-24-rs999-c1624gg/product_1729227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-1-flags-sign-here-red-50-flags-pack/product_462872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-orange-13-pt-shipping-tag-1000-case/product_948274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fit-fresh-metro-quilted-lunch-bag-purple-7447ffp2562/product_24403245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-staples-white-13-pt-shipping-tag-pre-wired-1000-case/product_948289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fit-fresh-simplified-lunch-bag-blue-floral-7039sim3166/product_24532668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-14-x-14-rs976-c1414gg/product_1731216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-notarize-flags-with-dispenser-yellow-120-pack-60435/product_666164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-page-flags-assorted-colors-0-47-wide-125-pack-31118/product_512663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-72536/product_203535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-8x10-metal-wall-print-pis/product_24490184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-page-markers-assorted-colors-0-19-wide-3600-pack-20205/product_678593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-11-x-11-rs977-b1111mf/product_1730912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-16-x-16-rs977-b1616bmf/product_1729028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-door-tall-storage/product_SS204614301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-3-subject-notebooks-8-5-x-11-college-ruled-150-sheets-each-06050-06210/product_300236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-assorted-colors-1-69-wide-100-pack-77830/product_650751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-3-subject-wirebound-notebook-8-1-2-x-11-college-ruled-150-sheets-red-72065/product_958082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-35-x-35-rs977-c3535gg/product_1727469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-0-dark-blue-1-roll/product_24326103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-red-1-88-wide-720-pack-91012/product_875684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-notebook-8-5-x-11-college-ruled-200-sheets-black-72081/product_958110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-11-x-11-rs978-b1111mf/product_1730908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-14-x-14-rs978-c1414gg/product_1731214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-9-dark-blue-1-roll/product_24326108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-24-x-24-rs978-c2424gg/product_1727772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-tabs-assorted-colors-1-06-wide-48-pack-33148/product_395508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-11-x-11-rs979-b1111mf/product_1730906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-14-x-2700-clear-1950/product_939874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-thought-bubble-notes-2-3-4-x-3-neon-green-purple-76-sheet-pads-2-pads-22102/product_2655597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-18-x-2400-clear-1960/product_939876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-flex-3-subject-notebooks-8-5-x-11-college-ruled-120-sheets-blue-08126/product_866061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-purchase-requisitions-4-25-l-x-7-88-w-50-sets-book-1l114/product_421005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-35-x-35-rs979-c3535gg/product_1727467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-11-x-14-rs995-b1114bmf/product_1729269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-4-x-3000-clear-1915/product_939868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-graph-paper-8-5-x-11-3-hole-punched-80-sheets-pack-170122-170036/product_24555426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-dark-blue-13-pt-shipping-tag-pre-strung-1000-case/product_948276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-16-x-20-rs995-b1620bmf/product_1727833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-receipts-pad-7-l-x-2-7-w-100-forms-pad-8l808/product_407766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-16-x-20-rs995-b1620mf/product_1727832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-16-rs975-w1616mf/product_1729032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fiskars-5-kids-scissors-blunt-tip-assorted-colors-3-pack-1067042ct/product_24571866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-green-13-pt-shipping-tag-1000-case/product_948445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-4-part-carbonless-purchase-requisitions-8-5-l-x-11-w-50-sets-book-red4p489/product_2658621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-100-email-delivery/product_2140520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fiskars-9-craft-trimmer-white-orange-178100-1001/product_2070837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-green-13-pt-shipping-tag-pre-strung-1000-case/product_948450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-25/product_2792246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-24-rs996-c1624gg/product_1729228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-1000-case/product_948447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card-50-email-delivery/product_2140521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-pre-wired-1000-case/product_948457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/red-robin-gift-card/product_SS203777493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-16-x-20-rs999-b1620bmf/product_1727559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-yellow-13-pt-shipping-tag-1000-case/product_948444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-green-13-pt-shipping-tag-pre-wired-1000-case/product_948287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-16-x-24-rs999-c1624gg/product_1729227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-1-flags-sign-here-red-50-flags-pack/product_462872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-orange-13-pt-shipping-tag-1000-case/product_948274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fit-fresh-metro-quilted-lunch-bag-purple-7447ffp2562/product_24403245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-staples-white-13-pt-shipping-tag-pre-wired-1000-case/product_948289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fit-fresh-simplified-lunch-bag-blue-floral-7039sim3166/product_24532668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-14-x-14-rs976-c1414gg/product_1731216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-notarize-flags-with-dispenser-yellow-120-pack-60435/product_666164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-page-flags-assorted-colors-0-47-wide-125-pack-31118/product_512663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-72536/product_203535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-8x10-metal-wall-print-pis/product_24490184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-page-markers-assorted-colors-0-19-wide-3600-pack-20205/product_678593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-11-x-11-rs977-b1111mf/product_1730912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-16-x-16-rs977-b1616bmf/product_1729028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-door-tall-storage/product_SS204614301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-3-subject-notebooks-8-5-x-11-college-ruled-150-sheets-each-06050-06210/product_300236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-assorted-colors-1-69-wide-100-pack-77830/product_650751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-3-subject-wirebound-notebook-8-1-2-x-11-college-ruled-150-sheets-red-72065/product_958082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-35-x-35-rs977-c3535gg/product_1727469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-0-dark-blue-1-roll/product_24326103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-sign-here-flags-red-1-88-wide-720-pack-91012/product_875684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-notebook-8-5-x-11-college-ruled-200-sheets-black-72081/product_958110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-11-x-11-rs978-b1111mf/product_1730908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-14-x-14-rs978-c1414gg/product_1731214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-9-dark-blue-1-roll/product_24326108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-heel-24-x-24-rs978-c2424gg/product_1727772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-tabs-assorted-colors-1-06-wide-48-pack-33148/product_395508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-11-x-11-rs979-b1111mf/product_1730906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-14-x-2700-clear-1950/product_939874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/redi-tag-thought-bubble-notes-2-3-4-x-3-neon-green-purple-76-sheet-pads-2-pads-22102/product_2655597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-18-x-2400-clear-1960/product_939876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-flex-3-subject-notebooks-8-5-x-11-college-ruled-120-sheets-blue-08126/product_866061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-purchase-requisitions-4-25-l-x-7-88-w-50-sets-book-1l114/product_421005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-strap-boot-35-x-35-rs979-c3535gg/product_1727467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-11-x-14-rs995-b1114bmf/product_1729269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-4-x-3000-clear-1915/product_939868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-graph-paper-8-5-x-11-3-hole-punched-80-sheets-pack-170122-170036/product_24555426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-16-x-20-rs995-b1620bmf/product_1727833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-3-part-carbonless-receipts-pad-7-l-x-2-7-w-100-forms-pad-8l808/product_407766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-16-x-20-rs995-b1620mf/product_1727832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-4-part-carbonless-purchase-requisitions-8-5-l-x-11-w-50-sets-book-red4p489/product_2658621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-80-sheets-pack-150002-150034/product_24555427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-sports-3-hole-punched-4-pocket-folder-assorted-colors-33176/product_2855093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-12-x-100-clear-pzt1202/product_24329016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-3-x-1000-clear-pzt0302/product_24329013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-11-x-11-rs980-w1111mf/product_1730903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-5-x-1000-clear-pzt0502/product_24329012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-emerald-series-record-book-7-31-w-x-11-88-h-green-250-sheets-book-56151/product_217927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-8-x-1000-clear-pzt0802/product_24329017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-16-x-16-rs980-b1616mf/product_1729021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-16-x-16-rs980-w1616mf/product_1729020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-lat-1hr-37-5w/product_SS212599364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-18-x-18-rs980-c1818gg/product_1729557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-24-x-24-rs980-c2424gg/product_1727770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-2-500-2-999-500-case/product_496416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-incoming-outgoing-call-register-8-5-x-11-unruled-white-100-sheets-pad-50111/product_591222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-part-carbonless-numbered-inventory-tags-1-500-1-999-500-case/product_516816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-590-45-45-lbs-ecnc150180000/product_24475414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-722-30-45-lbs-ecnc150220001/product_24475419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-phone-message-pad-3-x-5-white-blue-100-sheets-pad-50076/product_617951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-port-hdmi-splitter-1x2-4k-60hz-uhd-hdmi-2-0-audio-video-splitter-w-scaler-and-audio-extractor-edid-copy-tv-projector/product_IM17TN847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-legal-1hr-31d/product_SS212599379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-18-x-18-rs1000-c1818gg/product_1729575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-texhide-record-book-7-7-8-x-10-black-75-sheets-book-56211/product_790427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-b1111mf/product_1730865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-unruled-filler-paper-11-x-8-5-white-100-pack-20121/product_533042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:41:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-14-x-14-rs997-c1414gg/product_1731192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-110-yds-industrial-packing-tape-clear-36-carton-cw55981/product_2846645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-16-x-16-rs997-w1616mf/product_1728087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-patriot-4-drawer-vert-letter-25d/product_SS212599377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-18-x-18-rs997-c1818gg/product_1729470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-18-1-4-triangle-mailing-tube-50-bundle/product_949063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-35-x-35-rs997-c3535gg/product_1727451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reebok-21-25-hardside-carry-on-suitcase-8-wheeled-spinner-tsa-checkpoint-friendly-black-hlg4420rb-black/product_24591065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-turtle-2dr-vertical-file-cabinet/product_SS234936087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-turtle-4-drawer-vertical-file-cabinet/product_SS236026123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-87p6-external-temperature-probe-for-the-reed-8706-87p6/product_2313900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-dot-spots-nylon-90-l-x-144-w-rectangle-tufted-rug-multi-colored-fe118-44a/product_2454173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-14-x-14-rs981-c1414gg/product_1731211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-18-x-18-rs981-c1818gg/product_1729556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-36-medium-duty-edge-protectors-160-2240-pallet-vbdep2236160/product_2653365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-6-digital-lcd-display-caliper-r7400/product_24390867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-granny-splash-ii-matted-art-black-frame-11x14-inches/product_254668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-ac-dc-clamp-meter-with-temperature-and-non-contact-voltage-detector-true-rms-1000a-r5040/product_2314649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-ca-52a-soft-carrying-case-8-x-2-8-x-1-7/product_2313883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-counting-feet-5-x8-multi-colored-rug-ce193-28w/product_2454179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-40-medium-duty-edge-protectors-160-2240-pallet-vbdep2240160/product_2653362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dare-to-dream-5-x8-multi-colored-rug-ce250-28w/product_2454175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-11-x-11-rs982-w1111mf/product_1730898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-medium-duty-edge-protectors-160-2240-pallet-vbdep2248160/product_2653359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-16-x-16-rs982-w1616mf/product_1729015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-light-duty-edge-protectors-120-50-bundle-vbdep2248120bx/product_2653078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-72-heavy-duty-edge-protectors-225-20-carton-ep2272225bx/product_947076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-80-sheets-pack-150002-150034/product_24555427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/five-star-sports-3-hole-punched-4-pocket-folder-assorted-colors-33176/product_2855093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-12-x-100-clear-pzt1202/product_24329016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-3-x-1000-clear-pzt0302/product_24329013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-11-x-11-rs980-w1111mf/product_1730903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-5-x-1000-clear-pzt0502/product_24329012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-emerald-series-record-book-7-31-w-x-11-88-h-green-250-sheets-book-56151/product_217927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-8-x-1000-clear-pzt0802/product_24329017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-16-x-16-rs980-b1616mf/product_1729021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-16-x-16-rs980-w1616mf/product_1729020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-lat-1hr-37-5w/product_SS212599364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-18-x-18-rs980-c1818gg/product_1729557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-24-x-24-rs980-c2424gg/product_1727770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-2-500-2-999-500-case/product_496416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-incoming-outgoing-call-register-8-5-x-11-unruled-white-100-sheets-pad-50111/product_591222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-part-carbonless-numbered-inventory-tags-1-500-1-999-500-case/product_516816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-590-45-45-lbs-ecnc150180000/product_24475414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-ply-paper-wadding-kraft-bundle-15-x-722-30-45-lbs-ecnc150220001/product_24475419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-phone-message-pad-3-x-5-white-blue-100-sheets-pad-50076/product_617951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-port-hdmi-splitter-1x2-4k-60hz-uhd-hdmi-2-0-audio-video-splitter-w-scaler-and-audio-extractor-edid-copy-tv-projector/product_IM17TN847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-legal-1hr-31d/product_SS212599379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-18-x-18-rs1000-c1818gg/product_1729575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-texhide-record-book-7-7-8-x-10-black-75-sheets-book-56211/product_790427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rediform-unruled-filler-paper-11-x-8-5-white-100-pack-20121/product_533042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-b1111mf/product_1730865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-14-x-14-rs997-c1414gg/product_1731192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-110-yds-industrial-packing-tape-clear-36-carton-cw55981/product_2846645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-16-x-16-rs997-w1616mf/product_1728087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-patriot-4-drawer-vert-letter-25d/product_SS212599377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-18-x-18-rs997-c1818gg/product_1729470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-18-1-4-triangle-mailing-tube-50-bundle/product_949063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-35-x-35-rs997-c3535gg/product_1727451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reebok-21-25-hardside-carry-on-suitcase-8-wheeled-spinner-tsa-checkpoint-friendly-black-hlg4420rb-black/product_24591065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-turtle-2dr-vertical-file-cabinet/product_SS234936087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fk-turtle-4-drawer-vertical-file-cabinet/product_SS236026123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-87p6-external-temperature-probe-for-the-reed-8706-87p6/product_2313900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-dot-spots-nylon-90-l-x-144-w-rectangle-tufted-rug-multi-colored-fe118-44a/product_2454173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-14-x-14-rs981-c1414gg/product_1731211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-18-x-18-rs981-c1818gg/product_1729556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-36-medium-duty-edge-protectors-160-2240-pallet-vbdep2236160/product_2653365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-6-digital-lcd-display-caliper-r7400/product_24390867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-granny-splash-ii-matted-art-black-frame-11x14-inches/product_254668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-ac-dc-clamp-meter-with-temperature-and-non-contact-voltage-detector-true-rms-1000a-r5040/product_2314649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-ca-52a-soft-carrying-case-8-x-2-8-x-1-7/product_2313883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-counting-feet-5-x8-multi-colored-rug-ce193-28w/product_2454179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-40-medium-duty-edge-protectors-160-2240-pallet-vbdep2240160/product_2653362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-dare-to-dream-5-x8-multi-colored-rug-ce250-28w/product_2454175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-11-x-11-rs982-w1111mf/product_1730898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-light-duty-edge-protectors-120-50-bundle-vbdep2248120bx/product_2653078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-medium-duty-edge-protectors-160-2240-pallet-vbdep2248160/product_2653359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-16-x-16-rs982-w1616mf/product_1729015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-72-heavy-duty-edge-protectors-225-20-carton-ep2272225bx/product_947076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-11-x-11-rs983-b1111mf/product_1730896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-happy-world-4-x6-multi-colored-rug-ce189-22w/product_2454161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-laser-distance-meter-131-r8004/product_24355075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-noncontact-voltage-detector-r5110/product_24552208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-into-the-deep-6-x8-4-multi-colored-rug-fe317-32a/product_2454159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-receptacle-tester-r5210/product_24476792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-18-x-18-rs983-c1818gg/product_1729554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-silly-circles-7-6-x12-multi-colored-rug-fe119-44a/product_2454152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-35-x-35-rs983-c3535gg/product_1727463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-reflective-tape-for-tachometers-24-rt100/product_2313761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-sitting-spots-oval-6-x8-4-multi-colored-rug-fe307-33a/product_2454149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-sitting-spots-6-x8-4-multi-colored-rug-fe306-32a/product_2454150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-smart-series-digital-thermo-hygrometer-blue-black-r1610/product_24596380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-3-packing-list-enclosed-label/product_947860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-temperature-humidity-datalogger-with-display-40-to-158degree-f-r6030/product_2313789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-24-x-24-rs1002-c2424gg/product_1727500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-clear-1000-carton-3525a/product_939331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagzone-heritage-24-x-36-united-states-classroom-flag-w-7-16-x-48-staff-polyester-blend-pack-of-2-fz-1049344-2/product_24496397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagzone-heritage-16-x-24-united-states-classroom-flag-polyester-blend-3-bundle-fz-1049304-3/product_24496093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-16-x-16-rs1003-b1616bmf/product_1729061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-3-mil-clear-100-carton-6300/product_24450206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagzone-indiana-flag-with-heading-and-grommets-3-x-5-each/product_1610079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-4-mil-clear-1000-carton-3684a/product_426609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-r1500-lightweight-tripod-with-instrument-adapter/product_24285716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-4-c-channel-card-holder-white-black-lh194/product_947256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-1-5-mil-clear-1000-carton-si10/product_939450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-24-x-24-rs1003-c2424gg/product_1727499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-2-mil-clear-1000-carton-345/product_426960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-16-x-16-rs1004-b1616mf/product_1729058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-18-x-18-rs1004-c1818gg/product_1729572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-24-x-24-rs1004-c2424gg/product_1727498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-6-c-channel-card-holder-white-black-lh195/product_947257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flammable-area-7x10-rigid-plastic-notice-sign/product_553823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-6-do-not-double-stack/product_949137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flammable-gas-10x14-040-aluminum-danger-sign/product_564298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-r8890-deluxe-hard-carrying-case-15-7-x-12-6-x-6-7/product_24285665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-r8890-hard-carrying-case-15-7-x-12-6-x-6-7/product_24285679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-16-x-16-rs1005-b1616mf/product_1729056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-18-x-18-rs1005-c1818gg/product_1729571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-7-layflat-poly-bags-2-8-mil-clear-100-carton-stc104/product_23978014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-st-funnel-reed-st-funnel-funnel-adapter-for-r7100-and-st-6236b-tachometers/product_2313724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flammable-keep-fire-away-7x10-040-aluminum-danger-sign/product_556467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-1-11-x-11-rs1006-b1111mf/product_1730969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-8-warehouse-label-magnetic-strips-white-lh179/product_947245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-1-14-x-14-rs1006-c1414gg/product_1731231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-year-protection-tech-help/product_24479625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-cards-trend-subtraction-0-12-skill-drill-flash-cards/product_664516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-king-size-chocolate-milk-chocolate-and-peanut-butter-2-8-oz-322941/product_509089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-11-x-11-rs983-b1111mf/product_1730896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-kit-kat-whoppers-cadbury-chocolate-assortment-candy-easter-33-4-oz-bag-36405/product_24519828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-milk-chocolate-peanut-butter-assortment-snack-size-candy-individually-wrapped-32-06-oz-bulk-party-bag-3400093922/product_24483966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111mf/product_1730967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-23-laminate-laptop-desks-black-nanjg06bbk/product_1240960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-happy-world-4-x6-multi-colored-rug-ce189-22w/product_2454161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-laser-distance-meter-131-r8004/product_24355075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-5-x-20-5-x-40-telescoping-outer-boxes-32-ect-brown-10-bundle-box-2-of-2-t202040outer/product_946868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-noncontact-voltage-detector-r5110/product_24552208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-into-the-deep-6-x8-4-multi-colored-rug-fe317-32a/product_2454159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-receptacle-tester-r5210/product_24476792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-18-x-18-rs983-c1818gg/product_1729554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-silly-circles-7-6-x12-multi-colored-rug-fe119-44a/product_2454152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-35-x-35-rs983-c3535gg/product_1727463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-reflective-tape-for-tachometers-24-rt100/product_2313761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-sitting-spots-oval-6-x8-4-multi-colored-rug-fe307-33a/product_2454149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-sitting-spots-6-x8-4-multi-colored-rug-fe306-32a/product_2454150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-smart-series-digital-thermo-hygrometer-blue-black-r1610/product_24596380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-3-packing-list-enclosed-label/product_947860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-instruments-temperature-humidity-datalogger-with-display-40-to-158degree-f-r6030/product_2313789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-clear-1000-carton-3525a/product_939331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-24-x-24-rs1002-c2424gg/product_1727500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagzone-heritage-24-x-36-united-states-classroom-flag-w-7-16-x-48-staff-polyester-blend-pack-of-2-fz-1049344-2/product_24496397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagzone-heritage-16-x-24-united-states-classroom-flag-polyester-blend-3-bundle-fz-1049304-3/product_24496093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-16-x-16-rs1003-b1616bmf/product_1729061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-3-mil-clear-100-carton-6300/product_24450206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flagzone-indiana-flag-with-heading-and-grommets-3-x-5-each/product_1610079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-4-mil-clear-1000-carton-3684a/product_426609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-r1500-lightweight-tripod-with-instrument-adapter/product_24285716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-4-c-channel-card-holder-white-black-lh194/product_947256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-1-5-mil-clear-1000-carton-si10/product_939450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-24-x-24-rs1003-c2424gg/product_1727499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-4-layflat-poly-bags-2-mil-clear-1000-carton-345/product_426960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-16-x-16-rs1004-b1616mf/product_1729058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-18-x-18-rs1004-c1818gg/product_1729572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-24-x-24-rs1004-c2424gg/product_1727498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-6-c-channel-card-holder-white-black-lh195/product_947257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flammable-area-7x10-rigid-plastic-notice-sign/product_553823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-6-do-not-double-stack/product_949137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flammable-gas-10x14-040-aluminum-danger-sign/product_564298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-r8890-deluxe-hard-carrying-case-15-7-x-12-6-x-6-7/product_24285665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-r8890-hard-carrying-case-15-7-x-12-6-x-6-7/product_24285679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-18-x-18-rs1005-c1818gg/product_1729571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-16-x-16-rs1005-b1616mf/product_1729056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-7-layflat-poly-bags-2-8-mil-clear-100-carton-stc104/product_23978014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reed-st-funnel-reed-st-funnel-funnel-adapter-for-r7100-and-st-6236b-tachometers/product_2313724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flammable-keep-fire-away-7x10-040-aluminum-danger-sign/product_556467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-1-11-x-11-rs1006-b1111mf/product_1730969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-x-8-warehouse-label-magnetic-strips-white-lh179/product_947245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-1-14-x-14-rs1006-c1414gg/product_1731231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2-year-protection-tech-help/product_24479625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-cards-trend-subtraction-0-12-skill-drill-flash-cards/product_664516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-king-size-chocolate-milk-chocolate-and-peanut-butter-2-8-oz-322941/product_509089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-kit-kat-whoppers-cadbury-chocolate-assortment-candy-easter-33-4-oz-bag-36405/product_24519828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-milk-chocolate-peanut-butter-assortment-snack-size-candy-individually-wrapped-32-06-oz-bulk-party-bag-3400093922/product_24483966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-11-x-11-rs1007-b1111mf/product_1730967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-23-laminate-laptop-desks-black-nanjg06bbk/product_1240960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-5-x-20-5-x-40-telescoping-outer-boxes-32-ect-brown-10-bundle-box-2-of-2-t202040outer/product_946868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-peanut-butter-cups-miniatures-5-3-oz-12-ct-hec44600/product_903976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-round-wood-cocktail-table/product_257802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-11-x-11-rs1008-b1111bmf/product_1730966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-cabinet-legal-letter-files-white-21-hzchpl01w/product_24519097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-snack-size-peanut-butter-cups-19-5-oz-246-00012/product_184445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-xl-peanut-butter-milk-chocolate-candy-bar-4-25-oz-12-carton-hec44266/product_134646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-14-x-14-rs1008-c1414gg/product_1731229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-music-store-canvas-art-18x18-inches/product_254692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-cabinet-legal-letter-files-white-charcoal-21-hzchpl02grywh/product_24519100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reeves-washable-acrylic-paints-assorted-colors-0-34-oz-24-pack-8493202/product_2314939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/refrigerate-upon-arrival-labels-fluorescent-green-black-5-x-3-500-rl-labdl2601/product_573182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-11-x-11-rs984-b1111mf/product_1730893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-36-round-black-laminate-table-set-w-4-black-trapezoidal-back-banquet-x-base-chairs-hdbf1001/product_257836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-core-i5-16gb-240gb-ssd-windows-10-pro-dual-19-monitors-keyboard-mouse-wifi/product_24354323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-24-x-24-rs984-c2424gg/product_1727766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-30-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-BS202030/product_408413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/refurbished-lenovo-thinkcentre-m93-sff-computer-intel-i5-4570-3-2ghz-8gb-ram-120gb-solid-state-hard-drive-wifi-windows-10-pro/product_24343447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-4-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-20204/product_426350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regal-entertainment-gift-card-10-email-delivery/product_24462903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-4-piece-outdoor-rattan-set-dadsf113tcbn/product_24257001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-47-laminate-l-shape-computer-desk-mahogany-nanwk008/product_1983011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-L-x-8-W-x-50-H-Side-Loading-Boxes-32-ECT-Brown-5-Bundle-HD20850FOL/product_946700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-5-drawer-vertical-storage-dresser-white-light-gray-wx5l206xwhgr/product_24513735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-5-piece-outdoor-rattan-set-dadsf113teecbn/product_24256985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-laminate-square-table-with-4-chairs-black-tb3636gy44bk/product_1607837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-18-x-18-rs986-c1818gg/product_1729552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-mt-4x6-pol/product_24514758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-laminate-table-with-4-chairs-black-tb3636pl44bk/product_1607825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-35-x-35-rs986-c3535gg/product_1727460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-laminate-table-with-4-chairs-gray-tb3636ch44gy/product_1607839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-abney-ergonomic-leather-and-mesh-swivel-high-back-task-office-chair-black-bt905/product_200871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-11-x-11-rs1010-b1111mf/product_1730963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-mt-4x4-pol/product_24514637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-laminate-table-with-zeng-stacker-chairs-burgundy-tkb3636gy47by/product_1608154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-training-hospitality-round-shape-laminate-table-with-4-chairs-gray-tb36rndgy44gy/product_1607804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-100-Gauge-x-1500-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_946447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-100-poly-sheeting-4-0-mil-clear-4445/product_939229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-1000-55-gauge-cast-stretch-wrap-clear-4-carton-cw58441-20x1000/product_1156483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-11-x-11-rs987-b1111mf/product_1730887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-round-table-with-4-zeng-stack-chairs-gray-black/product_1607775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-aurora-side-table-rustic-nanst6819/product_24307314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-square-table-with-4-chairs-blue-tb4242pl44be/product_1607788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-20124/product_948983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-24-x-24-rs987-c2424gg/product_1727763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-gray-granite-silver-fddeskgygy/product_24561133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-120-gauge-x-800-goodwrappers-uvi-stretch-film-black-4-carton-good20120uvi/product_948880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-maple-silver-fddeskgympl/product_24562430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-42-laminate-mahogany-round-training-rooms-table-with-4-m-stacker-chairs-gray-tkb42rndmh47gy/product_1608610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-peanut-butter-cups-miniatures-5-3-oz-12-ct-hec44600/product_903976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-walnut-silver-fddeskgywal/product_24561163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bodie-leathersoft-swivel-mid-back-manager-s-office-chair-black-h9637l2mid/product_257409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-12-shipping-boxes-32-ect-kraft-20-pack-201412/product_24410527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-round-wood-cocktail-table/product_257802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-11-x-11-rs1008-b1111bmf/product_1730966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-24-x-24-rs988-c2424gg/product_1727762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-cabinet-legal-letter-files-white-21-hzchpl01w/product_24519097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-snack-size-peanut-butter-cups-19-5-oz-246-00012/product_184445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reese-s-xl-peanut-butter-milk-chocolate-candy-bar-4-25-oz-12-carton-hec44266/product_134646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-14-x-14-rs1008-c1414gg/product_1731229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-music-store-canvas-art-18x18-inches/product_254692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-cabinet-legal-letter-files-white-charcoal-21-hzchpl02grywh/product_24519100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reeves-washable-acrylic-paints-assorted-colors-0-34-oz-24-pack-8493202/product_2314939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/refrigerate-upon-arrival-labels-fluorescent-green-black-5-x-3-500-rl-labdl2601/product_573182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-11-x-11-rs984-b1111mf/product_1730893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-36-round-black-laminate-table-set-w-4-black-trapezoidal-back-banquet-x-base-chairs-hdbf1001/product_257836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-core-i5-16gb-240gb-ssd-windows-10-pro-dual-19-monitors-keyboard-mouse-wifi/product_24354323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-24-x-24-rs984-c2424gg/product_1727766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-30-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-BS202030/product_408413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/refurbished-lenovo-thinkcentre-m93-sff-computer-intel-i5-4570-3-2ghz-8gb-ram-120gb-solid-state-hard-drive-wifi-windows-10-pro/product_24343447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-4-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-20204/product_426350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regal-entertainment-gift-card-10-email-delivery/product_24462903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-4-piece-outdoor-rattan-set-dadsf113tcbn/product_24257001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-47-laminate-l-shape-computer-desk-mahogany-nanwk008/product_1983011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-L-x-8-W-x-50-H-Side-Loading-Boxes-32-ECT-Brown-5-Bundle-HD20850FOL/product_946700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-5-drawer-vertical-storage-dresser-white-light-gray-wx5l206xwhgr/product_24513735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-5-piece-outdoor-rattan-set-dadsf113teecbn/product_24256985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-laminate-square-table-with-4-chairs-black-tb3636gy44bk/product_1607837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-18-x-18-rs986-c1818gg/product_1729552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-rctngl-adv-lbl-mt-4x6-pol/product_24514758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-laminate-table-with-4-chairs-black-tb3636pl44bk/product_1607825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-35-x-35-rs986-c3535gg/product_1727460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-laminate-table-with-4-chairs-gray-tb3636ch44gy/product_1607839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-abney-ergonomic-leather-and-mesh-swivel-high-back-task-office-chair-black-bt905/product_200871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-11-x-11-rs1010-b1111mf/product_1730963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-square-adv-lbl-mt-4x4-pol/product_24514637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-square-laminate-table-with-zeng-stacker-chairs-burgundy-tkb3636gy47by/product_1608154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-training-hospitality-round-shape-laminate-table-with-4-chairs-gray-tb36rndgy44gy/product_1607804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-100-Gauge-x-1500-Reynolon-5044-PVC-Shrink-Film-1-Roll/product_946447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-100-poly-sheeting-4-0-mil-clear-4445/product_939229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:42:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-1000-55-gauge-cast-stretch-wrap-clear-4-carton-cw58441-20x1000/product_1156483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-11-x-11-rs987-b1111mf/product_1730887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-round-table-with-4-zeng-stack-chairs-gray-black/product_1607775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-aurora-side-table-rustic-nanst6819/product_24307314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-square-table-with-4-chairs-blue-tb4242pl44be/product_1607788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-20124/product_948983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-24-x-24-rs987-c2424gg/product_1727763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-gray-granite-silver-fddeskgygy/product_24561133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-120-gauge-x-800-goodwrappers-uvi-stretch-film-black-4-carton-good20120uvi/product_948880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-maple-silver-fddeskgympl/product_24562430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-42-laminate-mahogany-round-training-rooms-table-with-4-m-stacker-chairs-gray-tkb42rndmh47gy/product_1608610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-walnut-silver-fddeskgywal/product_24561163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bodie-leathersoft-swivel-mid-back-manager-s-office-chair-black-h9637l2mid/product_257409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-12-shipping-boxes-32-ect-kraft-20-pack-201412/product_24410527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-24-x-24-rs988-c2424gg/product_1727762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:43:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-16-shipping-boxes-32-ect-brown-20-bundle-201416/product_947068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-42-round-activity-table-height-adjustable-mahogany-tb42rndmhapbk/product_2493329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-48-cherry-and-kobe-based-round-table-with-4-m-stacker-chairs-black-tkb48rndch47bk/product_1608531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-wine-canvas-art-24x24-inches/product_254643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-6-32-ect-shipping-boxes-25-bundle-cw57294/product_426345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-open-corner-storage-unit-24-5-h-x-24-w-x-11-75-d-brown-mk-ke24060-gg/product_24562691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-wine-canvas-art-35x35-inches/product_254644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-ring-toss-canvas-art-18x18-inches/product_254645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-ring-toss-canvas-art-35x35-inches/product_254647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-9-shipping-boxes-32-ect-brown-20-bundle-bs201509/product_24410473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-modular-bookstand-with-storage-36-x-34-75-brown-mkke24282/product_24562695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-16-x-16-rs993-b1616mf/product_1728094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-square-laminate-cherry-table-with-4-zeng-stack-chairs-blue-tb4848ch44be/product_1607756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-16-x-16-rs993-b1616bmf/product_1728095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-open-corner-storage-unit-31-5-h-x-24-w-x-11-75-d-brown-mk-ke24077-gg/product_24562689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-open-storage-unit-31-5-h-x-47-25-w-x-12-d-brown-mk-me088029-gg/product_24562693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-12-shipping-boxes-32-ect-brown-20-bundle-bs201612/product_2647472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-14-corrugated-kraft-boxes-25-bundle-bs201614x/product_24406981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-4-person-art-station-48-natural-birch-plywood-mk-me16621-gg/product_24588758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-modular-storage-unit-24-5-h-x-47-25-w-x-11-75-d-brown-mk-ke23957-gg/product_24562687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-11-x-11-rs1011-b1111bmf/product_1730961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-66-l-x-24-w-kee-training-table-grey-chrome-2-m-stack-chairs-burgundy-mt6624gypcm47by/product_24140798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-11-x-11-rs1011-w1111mf/product_1730947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-42-gusseted-poly-bags-2-mil-clear-200-carton-1636/product_361542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-16-x-16-rs1011-b1616bmf/product_1729046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-72-wood-credenza-brown-tvec7224mh/product_1608033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-art-easel-49-natural-birch-plywood-mk-art-9000-gg/product_24588756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-22-shipping-boxes-32-ect-brown-20-bundle-bs201822/product_2647573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-butterfly-life-cycle-wall-activity-board-mk-me12883-gg/product_24562773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-flip-flop-34-high-square-folding-bookcase-medium-oak-ffsq3412mo/product_24073882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-chain-and-gears-for-modular-steam-walls-79-pack-mk-me24343-gg/product_24562766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-cabinet-with-microwave-mk-me10292-gg/product_24562763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-high-storage-cabinet-cherry/product_1607547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-stove-with-integrated-storage-brown-red-mk-me03522-gg/product_24562765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-16-x-16-rs1012-w1616mf/product_1729041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-kee-42-x-24-training-table-grey-chrome/product_2493367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-8-shipping-boxes-32-ect-brown-20-bundle-bs201808/product_2647479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-4-mil-clear-250-carton-1270/product_939809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-feelings-and-moods-steam-wall-activity-board-mk-me15273-gg/product_24562769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-rectangular-activity-table-23-x-24-height-adjustable-mocha-walnut-mt6630mwapbk/product_2493342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-33-round-table-height-adjustable-beech-mk-me088021-gg/product_24562730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-cherry-black-mt6024chbpbk/product_2493357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-18-x-18-rs1013-c1818gg/product_1729564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-height-adjustable-white-beech-mk-me088020-gg/product_24562731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-maple-black-mt6024plbpbk/product_2493280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-11-x-11-rs989-b1111mf/product_1730882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-30-shipping-boxes-32-ect-brown-20-bundle-bs202030/product_2647557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-legacy-36-h-x-35-w-open-hutch-cherry-lho35ch/product_1607557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-11-x-11-rs989-w1111mf/product_1730879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-legacy-71-high-bookcase-mahogany-lbc7132mh/product_1607558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-16-shipping-boxes-32-ect-brown-20-bundle-201416/product_947068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-corner-table-16-5-x-16-5-beech-mk-ke24336-gg/product_24562712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-16-x-16-rs989-b1616mf/product_1728103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-table-23-5-x-23-5-beech-mk-me088008-gg/product_24562742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-legacy-lateral-file-with-stackable-storage-cabinet-mahogany-lplfsc3665mh/product_2497837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-table-24-x-24-height-adjustable-beech-mk-me088023-gg/product_24562709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-42-round-activity-table-height-adjustable-mahogany-tb42rndmhapbk/product_2493329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-48-cherry-and-kobe-based-round-table-with-4-m-stacker-chairs-black-tkb48rndch47bk/product_1608531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-wine-canvas-art-24x24-inches/product_254643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-4-mil-clear-250-carton-1275/product_939810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-open-corner-storage-unit-24-5-h-x-24-w-x-11-75-d-brown-mk-ke24060-gg/product_24562691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-14-x-6-32-ect-shipping-boxes-25-bundle-cw57294/product_426345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-wine-canvas-art-35x35-inches/product_254644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-ring-toss-canvas-art-18x18-inches/product_254645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-ring-toss-canvas-art-35x35-inches/product_254647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-9-shipping-boxes-32-ect-brown-20-bundle-bs201509/product_24410473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-modular-bookstand-with-storage-36-x-34-75-brown-mkke24282/product_24562695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-16-x-16-rs993-b1616mf/product_1728094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-square-laminate-cherry-table-with-4-zeng-stack-chairs-blue-tb4848ch44be/product_1607756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-16-x-16-rs993-b1616bmf/product_1728095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-open-corner-storage-unit-31-5-h-x-24-w-x-11-75-d-brown-mk-ke24077-gg/product_24562689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-open-storage-unit-31-5-h-x-47-25-w-x-12-d-brown-mk-me088029-gg/product_24562693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-12-shipping-boxes-32-ect-brown-20-bundle-bs201612/product_2647472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-14-corrugated-kraft-boxes-25-bundle-bs201614x/product_24406981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-4-person-art-station-48-natural-birch-plywood-mk-me16621-gg/product_24588758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-5-section-modular-storage-unit-24-5-h-x-47-25-w-x-11-75-d-brown-mk-ke23957-gg/product_24562687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-11-x-11-rs1011-b1111bmf/product_1730961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-11-x-11-rs1011-w1111mf/product_1730947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-66-l-x-24-w-kee-training-table-grey-chrome-2-m-stack-chairs-burgundy-mt6624gypcm47by/product_24140798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-16-x-42-gusseted-poly-bags-2-mil-clear-200-carton-1636/product_361542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-16-x-16-rs1011-b1616bmf/product_1729046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-72-wood-credenza-brown-tvec7224mh/product_1608033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-art-easel-49-natural-birch-plywood-mk-art-9000-gg/product_24588756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-22-shipping-boxes-32-ect-brown-20-bundle-bs201822/product_2647573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-butterfly-life-cycle-wall-activity-board-mk-me12883-gg/product_24562773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-flip-flop-34-high-square-folding-bookcase-medium-oak-ffsq3412mo/product_24073882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-chain-and-gears-for-modular-steam-walls-79-pack-mk-me24343-gg/product_24562766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-cabinet-with-microwave-mk-me10292-gg/product_24562763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-children-s-kitchen-stove-with-integrated-storage-brown-red-mk-me03522-gg/product_24562765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-high-storage-cabinet-cherry/product_1607547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-kee-42-x-24-training-table-grey-chrome/product_2493367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-16-x-16-rs1012-w1616mf/product_1729041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-8-shipping-boxes-32-ect-brown-20-bundle-bs201808/product_2647479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-20-layflat-poly-bags-4-mil-clear-250-carton-1270/product_939809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-feelings-and-moods-steam-wall-activity-board-mk-me15273-gg/product_24562769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-kee-adjustable-rectangular-activity-table-23-x-24-height-adjustable-mocha-walnut-mt6630mwapbk/product_2493342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-cherry-black-mt6024chbpbk/product_2493357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-33-round-table-height-adjustable-beech-mk-me088021-gg/product_24562730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-3-18-x-18-rs1013-c1818gg/product_1729564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-height-adjustable-white-beech-mk-me088020-gg/product_24562731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-maple-black-mt6024plbpbk/product_2493280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-30-shipping-boxes-32-ect-brown-20-bundle-bs202030/product_2647557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-11-x-11-rs989-b1111mf/product_1730882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-legacy-36-h-x-35-w-open-hutch-cherry-lho35ch/product_1607557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-11-x-11-rs989-w1111mf/product_1730879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-legacy-71-high-bookcase-mahogany-lbc7132mh/product_1607558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-corner-table-16-5-x-16-5-beech-mk-ke24336-gg/product_24562712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-legacy-lateral-file-with-stackable-storage-cabinet-mahogany-lplfsc3665mh/product_2497837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-table-24-x-24-height-adjustable-beech-mk-me088023-gg/product_24562709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-table-23-5-x-23-5-beech-mk-me088008-gg/product_24562742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-16-x-16-rs989-b1616mf/product_1728103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-4-mil-clear-250-carton-1275/product_939810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-beech-mk-me088018-gg/product_24562715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-side-to-side-lateral-file-desk-cherry/product_2493912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-6-x-19-rs1015-c619gg/product_1731263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-height-adjustable-beech-white-mk-me088028-gg/product_24562717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-24-staples-corrugated-sheet-5-bundle-sp2024/product_948889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-28-triplok-tamper-evident-bags-clear-50-pack/product_516719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-11-x-11-rs994-b1111mf/product_1730868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-11-x-11-rs994-w1111mf/product_1730867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-30-layflat-poly-bags-1-5-mil-clear-500-carton-275/product_939527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-14-x-14-rs994-c1414gg/product_1731193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-10-section-storage-cart-33-5-h-x-31-5-w-x-13-d-brown-mk-ke24244-gg/product_24562669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation/product_SS210606088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-maze-motor-skills-steam-wall-activity-board-mk-me14337-gg/product_24562743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-14-x-14-rs998-c1414gg/product_1731191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-4-section-storage-cart-24-5-h-x-31-5-w-x-15-75-d-brown-mk-ke24251-gg/product_24562683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-18-section-storage-cart-31-75-h-x-33-25-w-x-15-75-d-natural-birch-plywood/product_24588747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation/product_SS210606036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-36-gusseted-poly-bags-bags-on-a-roll-3-mil-clear-100-roll-1764r/product_939321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-w1616mf/product_1728020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-18-x-18-rs998-c1818gg/product_1729469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-cherry-77293ch/product_24566685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-35-x-35-rs998-c3535gg/product_1727450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-11-x-11-rs990-b1111bmf/product_1730878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-36-layflat-poly-bags-4-mil-clear-250-carton-1281/product_939813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-42-layflat-poly-bags-3-mil-clear-250-carton-947/product_361019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-mahogany-77313mh/product_24566695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-window-desk-workstation/product_SS210869356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-cherry-77310ch/product_24566701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-5000-75-gauge-cast-machine-length-stretch-wrap-clear-msf20755c/product_946352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-driftwood-gray-77290gy/product_24566688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-24-x-24-rs990-c2424gg/product_1727760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-5000-90-gauge-cast-machine-length-stretch-wrap-clear-msf2090c/product_946360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-driftwood-gray-77310gy/product_24566683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-6-x-6-shipping-boxes-32-ect-brown-25-bundle-2066/product_426342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation/product_SS210606112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-screws-for-modular-steam-walls-512-pack-mk-me12920-gg/product_24562727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-14-x-14-rs991-c1414gg/product_1731196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-6000-75-gauge-cast-machine-length-stretch-wrap-clear-msf2075c/product_946353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-sliding-shapes-learning-board-mk-mk03164-gg/product_24589695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-niche-cubo-storage-set-warm-cherry-natural-3-cubes-and-1-canvas-bin-pc3pkwc1tote/product_1609831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-11-x-11-rs992-b1111bmf/product_1730874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-42-x-30-height-adjustable-cherry-mt4230chapbk/product_2275888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-42-x-30-height-adjustable-maple-mt4230plapbk/product_2275886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-60-x-30-height-adjustable-grey-mt6030gyapbk/product_2275879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-number-snake-puzzle-board-mk-mk00712-gg/product_24589700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-sorting-shapes-and-colors-puzzle-board-mk-mk00576-gg/product_24589693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-66-x-30-height-adjustable-grey-mt6630gyapbk/product_2275875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-24-x-24-rs992-c2424gg/product_1727758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-tie-it-turn-it-steam-wall-activity-board-mk-me15303-gg/product_24562760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-tools-holder-accessory-set-for-modular-steam-walls-mk-me13118-gg/product_24562737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x20-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL20204K/product_1499844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-square-activity-table-30-x-30-height-adjustable-maple-tb3030plapbk/product_2275914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-beech-mk-me088018-gg/product_24562715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-train-steam-wall-system-mk-me06486-gg/product_24562733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/200-4x8-ft-invttn-100-rc-gr/product_352280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-18-x-18-canvas-art-nd099-c1818gg/product_2085326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-16-x-16-white-matted-black-frame-nd099-b1616mf/product_2084116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-legacy-stand-up-side-to-side-lateral-file-desk-cherry/product_2493912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-washington-moonrise-6-x-19-rs1015-c619gg/product_1731263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-trapezoid-table-47-x-20-75-height-adjustable-beech-white-mk-me088028-gg/product_24562717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-24-staples-corrugated-sheet-5-bundle-sp2024/product_948889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-28-triplok-tamper-evident-bags-clear-50-pack/product_516719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-11-x-11-rs994-b1111mf/product_1730868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-11-x-11-rs994-w1111mf/product_1730867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-30-layflat-poly-bags-1-5-mil-clear-500-carton-275/product_939527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-14-x-14-rs994-c1414gg/product_1731193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-10-section-storage-cart-33-5-h-x-31-5-w-x-13-d-brown-mk-ke24244-gg/product_24562669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation/product_SS210606088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-maze-motor-skills-steam-wall-activity-board-mk-me14337-gg/product_24562743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-4-section-storage-cart-24-5-h-x-31-5-w-x-15-75-d-brown-mk-ke24251-gg/product_24562683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-14-x-14-rs998-c1414gg/product_1731191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-18-section-storage-cart-31-75-h-x-33-25-w-x-15-75-d-natural-birch-plywood/product_24588747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation/product_SS210606036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-36-gusseted-poly-bags-bags-on-a-roll-3-mil-clear-100-roll-1764r/product_939321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-16-x-16-rs998-w1616mf/product_1728020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-18-x-18-rs998-c1818gg/product_1729469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-cherry-77293ch/product_24566685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-2-35-x-35-rs998-c3535gg/product_1727450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-11-x-11-rs990-b1111bmf/product_1730878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-36-layflat-poly-bags-4-mil-clear-250-carton-1281/product_939813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-42-layflat-poly-bags-3-mil-clear-250-carton-947/product_361019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-mahogany-77313mh/product_24566695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-window-desk-workstation/product_SS210869356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-cherry-77310ch/product_24566701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-5000-75-gauge-cast-machine-length-stretch-wrap-clear-msf20755c/product_946352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-driftwood-gray-77290gy/product_24566688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-24-x-24-rs990-c2424gg/product_1727760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-5000-90-gauge-cast-machine-length-stretch-wrap-clear-msf2090c/product_946360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation-driftwood-gray-77310gy/product_24566683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-6-x-6-shipping-boxes-32-ect-brown-25-bundle-2066/product_426342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-marque-72-w-curved-reception-desk-workstation/product_SS210606112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-screws-for-modular-steam-walls-512-pack-mk-me12920-gg/product_24562727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-14-x-14-rs991-c1414gg/product_1731196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x-6000-75-gauge-cast-machine-length-stretch-wrap-clear-msf2075c/product_946353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-sliding-shapes-learning-board-mk-mk03164-gg/product_24589695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-niche-cubo-storage-set-warm-cherry-natural-3-cubes-and-1-canvas-bin-pc3pkwc1tote/product_1609831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-11-x-11-rs992-b1111bmf/product_1730874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-42-x-30-height-adjustable-cherry-mt4230chapbk/product_2275888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-42-x-30-height-adjustable-maple-mt4230plapbk/product_2275886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-60-x-30-height-adjustable-grey-mt6030gyapbk/product_2275879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-number-snake-puzzle-board-mk-mk00712-gg/product_24589700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-sorting-shapes-and-colors-puzzle-board-mk-mk00576-gg/product_24589693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-66-x-30-height-adjustable-grey-mt6630gyapbk/product_2275875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-tie-it-turn-it-steam-wall-activity-board-mk-me15303-gg/product_24562760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-red-24-x-24-rs992-c2424gg/product_1727758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-tools-holder-accessory-set-for-modular-steam-walls-mk-me13118-gg/product_24562737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/20-x20-x4-Partners-Brand-Deluxe-Literature-Mailers-25-Bundle-MFL20204K/product_1499844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/regency-square-activity-table-30-x-30-height-adjustable-maple-tb3030plapbk/product_2275914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-train-steam-wall-system-mk-me06486-gg/product_24562733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/200-4x8-ft-invttn-100-rc-gr/product_352280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-18-x-18-canvas-art-nd099-c1818gg/product_2085326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-16-x-16-white-matted-black-frame-nd099-b1616mf/product_2084116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:43:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:43:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:43:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-35-x-35-canvas-art-nd099-c3535gg/product_2078849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-wall-accessory-board-black-mk-me088002-gg/product_24562759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rejected-labels-red-black-5-x-3-500-rl/product_573153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-blue-10-oz-per-pack-2-packs-wab210600-2/product_24568781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-16-x-24-canvas-art/product_821644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/200-adv-lbl-mt-3x2-pol-dpf/product_24471338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-30-x-47-canvas-art/product_821642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-green-10-oz-per-pack-2-packs-wab210700-2/product_24568719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-pink-10-oz-per-pack-2-packs-wab210400-2/product_24568778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-double-pedestal-desk-white-oak-black-gcmblk179wok/product_24597126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-red-10-oz-per-pack-2-packs-wab210300-2/product_24568780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romantic-garden-walk-18-x-24-canvas-art/product_314026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romantic-garden-walk-24-x-32-canvas-art/product_314027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/200-rctngl-adv-lbl-gls-4x6-pol/product_24514769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relief-pak-moist-heat-steam-pack-oversize-15-x-24-inch/product_884329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk/product_SS240846610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-double-pedestal-desk-walnut-black-gcmblk180wln/product_24597125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-14-x-19-canvas-art/product_33858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rely-on-mats/product_SS206649099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-16-x-20-black-frame-art/product_33859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-single-pedestal-desk-white-oak-black-gcmblk177wok/product_24597159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-env-ld-ivory-flt-1c-pis/product_351981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-black-go930fbk/product_257372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-navy-blue-go930fnvy/product_257377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-lh-sm-wig-flat-1c-pis/product_351957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cold-gray-40-ml-717-pack-of-2-2pk-100514729/product_2131634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cassini-glass-computer-desk-with-silver-frame-black/product_1179916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-30-x-47-canvas-art-mt0665-c3047gg/product_2076851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-chelsea-leathersoft-swivel-mid-back-executive-office-chair-black-go9771bklea/product_201049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-35-x-47-canvas-art-mt0853-c3547gg/product_2080521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-nickel-titanium-yellow-light-40-ml-279/product_1718751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-ii-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0853-w1620bmf/product_2085875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-received-entered-paid-faxed-blue-and-red-inks-065005/product_1421890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-easy-select-date-and-paid-self-inking-stamp-1-x-1-13-16-impression-red-ink-011093/product_1787485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-permanent-madder-light-40-ml-321/product_1718709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cole-armless-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-go1574bk/product_201023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-11-x-11-white-matted-silver-frame-ali1318-s1111mf/product_2085181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-easy-select-dater-received-red-ink-011092/product_1538612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-permanent-red-deep-40-ml-371-100514671/product_2134587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cole-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-go1574bka/product_201022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-replacement-ink-pad-for-2000-plus-economy-message-dater-red-blue-cos061797/product_2655371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-prussian-blue-40-ml-508-100514688/product_2133101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-2-3-4x4-1-4-red-12-carton-090410-ct/product_167358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-prussian-blue-40-ml-508-pack-of-2-2pk-100514688/product_2131631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-35-x-35-canvas-art-ali1318-c3535gg/product_2085230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-scarlet-40-ml-334-100514662/product_2134081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-pre-inked-stamp-faxed-red-ink-098369/product_757386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-pre-inked-stamp-posted-red-ink-035351/product_757395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-brown-2-pieces-2ch102029brngg/product_1169177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-purple-ch920231pur/product_1983263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-walnut-sd2228wal/product_1168986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-16-x-20-wood-frame-art/product_494332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-35-x-35-canvas-art-nd099-c3535gg/product_2078849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-black-ink-2-pack-090689/product_570642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-black-ink-032962/product_520147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-35-x-47-canvas-art/product_500208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-wall-accessory-board-black-mk-me088002-gg/product_24562759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-warm-gray-40-ml-718/product_1718625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refills-for-self-inking-stamp-pads-black-24-carton-032962-ct/product_167359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rejected-labels-red-black-5-x-3-500-rl/product_573153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-blue-10-oz-per-pack-2-packs-wab210600-2/product_24568781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-16-x-24-canvas-art/product_821644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/200-adv-lbl-mt-3x2-pol-dpf/product_24471338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-30-x-47-canvas-art/product_821642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-green-10-oz-per-pack-2-packs-wab210700-2/product_24568719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-pink-10-oz-per-pack-2-packs-wab210400-2/product_24568778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-double-pedestal-desk-white-oak-black-gcmblk179wok/product_24597126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-red-10-oz-per-pack-2-packs-wab210300-2/product_24568780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romantic-garden-walk-18-x-24-canvas-art/product_314026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romantic-garden-walk-24-x-32-canvas-art/product_314027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/200-rctngl-adv-lbl-gls-4x6-pol/product_24514769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/relief-pak-moist-heat-steam-pack-oversize-15-x-24-inch/product_884329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk/product_SS240846610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-double-pedestal-desk-walnut-black-gcmblk180wln/product_24597125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-14-x-19-canvas-art/product_33858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rely-on-mats/product_SS206649099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-16-x-20-black-frame-art/product_33859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-env-ld-ivory-flt-1c-pis/product_351981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-single-pedestal-desk-white-oak-black-gcmblk177wok/product_24597159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-black-go930fbk/product_257372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-navy-blue-go930fnvy/product_257377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cassini-glass-computer-desk-with-silver-frame-black/product_1179916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-lh-sm-wig-flat-1c-pis/product_351957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-cold-gray-40-ml-717-pack-of-2-2pk-100514729/product_2131634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-35-x-47-canvas-art-mt0853-c3547gg/product_2080521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-30-x-47-canvas-art-mt0665-c3047gg/product_2076851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-chelsea-leathersoft-swivel-mid-back-executive-office-chair-black-go9771bklea/product_201049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-nickel-titanium-yellow-light-40-ml-279/product_1718751 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-ii-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0853-w1620bmf/product_2085875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-received-entered-paid-faxed-blue-and-red-inks-065005/product_1421890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-easy-select-date-and-paid-self-inking-stamp-1-x-1-13-16-impression-red-ink-011093/product_1787485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cole-armless-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-go1574bk/product_201023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-11-x-11-white-matted-silver-frame-ali1318-s1111mf/product_2085181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-permanent-madder-light-40-ml-321/product_1718709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-easy-select-dater-received-red-ink-011092/product_1538612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-permanent-red-deep-40-ml-371-100514671/product_2134587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cole-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-go1574bka/product_201022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-replacement-ink-pad-for-2000-plus-economy-message-dater-red-blue-cos061797/product_2655371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-prussian-blue-40-ml-508-100514688/product_2133101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-2-3-4x4-1-4-red-12-carton-090410-ct/product_167358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-prussian-blue-40-ml-508-pack-of-2-2pk-100514688/product_2131631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rooster-by-design-turnpike-35-x-35-canvas-art-ali1318-c3535gg/product_2085230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-scarlet-40-ml-334-100514662/product_2134081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-pre-inked-stamp-faxed-red-ink-098369/product_757386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-green-line-pre-inked-stamp-posted-red-ink-035351/product_757395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-brown-2-pieces-2ch102029brngg/product_1169177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-purple-ch920231pur/product_1983263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-barstool-adjustable-height-walnut-sd2228wal/product_1168986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-16-x-20-wood-frame-art/product_494332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-black-ink-2-pack-090689/product_570642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-black-ink-032962/product_520147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-35-x-47-canvas-art/product_500208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-warm-gray-40-ml-718/product_1718625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refills-for-self-inking-stamp-pads-black-24-carton-032962-ct/product_167359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-mine-stamp-textile-possession-customizable-stamp-kit-black-ink-039605/product_24367369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-2-stamp-pad-black-ink-090407/product_819371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-20-wood-frame-art/product_314739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cory-indoor-outdoor-30-round-table-set-with-4-arm-chairs-black-antique-gold-ch519th418abq/product_2548380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-11-x-14-black-frame-art/product_500148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-premium-roll-on-ink-refill-black-ink-030259/product_735867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-bean-bag-chair-green-dgbeansmsldgn/product_1169284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-11-x-14-wood-frame-art/product_493720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-oversized-solid-bean-bag-chair-navy-blue/product_1169278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-16-x-24-canvas-art/product_497289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-dot-kids-bean-bag-chair-green/product_1169260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-light-orange-236-5-pack-of-4/product_1719506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-madder-lake-deep-no-331-3-4-pack-32869-pk4/product_1719501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mars-violet-538-7-each-pack-of-4/product_1719351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-commercial-grade-round-outdoor-picnic-table-black-slfemr46h60lbk/product_24595275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-220-daters-black-ink-010129/product_507833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-green-deep-no-619-3-4-pack-33048-pk4/product_1719318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-green-light-618-5-each-pack-of-4/product_1719344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-14-x-14-canvas-art-ali1285-c1414gg/product_2083153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-rose-no-397-5-4-pack-32935-pk4/product_1719478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-pad-blue-and-red-inks-061961/product_514030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elizabeth-triple-head-patio-umbrella-gray-gmwluu021gry/product_24597188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-48-x-48-granite-white-dadycz122r/product_1179988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-violet-536-7-each-pack-of-4-4pk-100515810/product_2129494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-60-x-30-granite-white-dadycz152z/product_1179973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-at-a-glance-signature-5-5-x-8-5-academic-weekly-monthly-planner-brown-yp200a-09-24/product_24543876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-black-bt353bklea/product_200835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-5-x-8-academic-weekly-monthly-planner-steel-blue-146051/product_24546884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-8-5-x-11-academic-weekly-monthly-planner-steel-blue-146050/product_24546887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reminder-thank-you-collection-labels-insur-has-paid-its-share-fl-orange-1x3-500-labels/product_545133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-18-x-24-canvas-art/product_33824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-faux-leather-conference-chair-burgundy-bz105lf19lea/product_257498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-aurelia-7-x-9-academic-weekly-monthly-planner-pink-142473/product_24546804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-blue-poolside-7-x-9-academic-weekly-monthly-planner-blue-142383/product_24546786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rushing-waters-26-x-32-canvas-art/product_313947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rusty-leaf-by-nicole-dietz-canvas-art/product_253741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rentacargift-200-00-gift-card-email-delivery-1016985b20000/product_24590034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-folding-table-70-8-d-x-18-w-granite-white-6rb1872/product_201347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c1219gg-blue-hour-from-the-louvre-by-mathieu-rivrin-12-x-19-frmls-art/product_1552492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rentacargift-500-00-gift-card-email-delivery-1016985b50000/product_24590036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-furman-folding-table-60-x-60-natural-ytwrft60tbl/product_201686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-folding-table-60-x-30-natural-ytwtft30x60tbl/product_257249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/renuzit-adjustable-air-freshener-fresh-lavender-solid-7-oz-dia-35001/product_2711251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c2232gg-blue-hour-from-the-louvre-by-mathieu-rivrin-22-x-32-frmls-art/product_1553328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-mine-stamp-textile-possession-customizable-stamp-kit-black-ink-039605/product_24367369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/renuzit-odor-killer-air-freshener-7-oz-12-carton-di03659ct-06585/product_2707995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/repack-labels-5-x-3-yellow-black-500-rl/product_573215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-2-stamp-pad-black-ink-090407/product_819371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-20-wood-frame-art/product_314739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-garver-fabric-swivel-mid-back-executive-office-chair-burgundy-gost6byfab/product_201054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-5-x-8-academic-weekly-monthly-planner-multicolor-142489/product_24546888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-8-75-x-11-academic-monthly-wall-calendar-white-blue-142520/product_24546859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cory-indoor-outdoor-30-round-table-set-with-4-arm-chairs-black-antique-gold-ch519th418abq/product_2548380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-11-x-14-black-frame-art/product_500148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-premium-roll-on-ink-refill-black-ink-030259/product_735867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-bean-bag-chair-green-dgbeansmsldgn/product_1169284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-11-x-14-wood-frame-art/product_493720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-oversized-solid-bean-bag-chair-navy-blue/product_1169278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-16-x-24-canvas-art/product_497289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-dot-kids-bean-bag-chair-green/product_1169260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-light-orange-236-5-pack-of-4/product_1719506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-mars-violet-538-7-each-pack-of-4/product_1719351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-madder-lake-deep-no-331-3-4-pack-32869-pk4/product_1719501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-commercial-grade-round-outdoor-picnic-table-black-slfemr46h60lbk/product_24595275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-220-daters-black-ink-010129/product_507833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-green-deep-no-619-3-4-pack-33048-pk4/product_1719318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elizabeth-triple-head-patio-umbrella-gray-gmwluu021gry/product_24597188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-pad-blue-and-red-inks-061961/product_514030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-14-x-14-canvas-art-ali1285-c1414gg/product_2083153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-rose-no-397-5-4-pack-32935-pk4/product_1719478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-permanent-green-light-618-5-each-pack-of-4/product_1719344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-48-x-48-granite-white-dadycz122r/product_1179988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-violet-536-7-each-pack-of-4-4pk-100515810/product_2129494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-at-a-glance-signature-5-5-x-8-5-academic-weekly-monthly-planner-brown-yp200a-09-24/product_24543876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-60-x-30-granite-white-dadycz152z/product_1179973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-executive-leather-reception-chair-black-bt353bklea/product_200835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-5-x-8-academic-weekly-monthly-planner-steel-blue-146051/product_24546884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-8-5-x-11-academic-weekly-monthly-planner-steel-blue-146050/product_24546887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reminder-thank-you-collection-labels-insur-has-paid-its-share-fl-orange-1x3-500-labels/product_545133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-runda-rondinel-18-x-24-canvas-art/product_33824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-faux-leather-conference-chair-burgundy-bz105lf19lea/product_257498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-aurelia-7-x-9-academic-weekly-monthly-planner-pink-142473/product_24546804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-blue-poolside-7-x-9-academic-weekly-monthly-planner-blue-142383/product_24546786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rushing-waters-26-x-32-canvas-art/product_313947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rusty-leaf-by-nicole-dietz-canvas-art/product_253741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rentacargift-200-00-gift-card-email-delivery-1016985b20000/product_24590034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c1219gg-blue-hour-from-the-louvre-by-mathieu-rivrin-12-x-19-frmls-art/product_1552492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-folding-table-70-8-d-x-18-w-granite-white-6rb1872/product_201347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rentacargift-500-00-gift-card-email-delivery-1016985b50000/product_24590036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-furman-folding-table-60-x-60-natural-ytwrft60tbl/product_201686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gael-folding-table-60-x-30-natural-ytwtft30x60tbl/product_257249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/renuzit-adjustable-air-freshener-fresh-lavender-solid-7-oz-dia-35001/product_2711251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c2232gg-blue-hour-from-the-louvre-by-mathieu-rivrin-22-x-32-frmls-art/product_1553328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/renuzit-odor-killer-air-freshener-7-oz-12-carton-di03659ct-06585/product_2707995 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/repack-labels-5-x-3-yellow-black-500-rl/product_573215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-garver-fabric-swivel-mid-back-executive-office-chair-burgundy-gost6byfab/product_201054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-5-x-8-academic-weekly-monthly-planner-multicolor-142489/product_24546888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-8-75-x-11-academic-monthly-wall-calendar-white-blue-142520/product_24546859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gia-28-w-rectangular-adjustable-standing-computer-desk-mahogany-nanip10/product_2548436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-romance-mint-8-x-10-academic-daily-monthly-planner-multicolor-142528/product_24546886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-jungle-cat-8-5-x-11-academic-weekly-monthly-planner-multicolor-142529/product_24546883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-b1114mf-martinique-by-mathieu-rivrin-11-x-14-framed-art-white-matted/product_1551726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/replogle-12-national-geographic-grosvenor-globe-antique/product_309147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-w1114mf-gate-to-the-ocean-by-mathieu-rivrin-11-x-14-frm-art-wht-mtd/product_1551731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/replogle-6-renaissance-globe-silver-black/product_309151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-espresso-brown-bt9088brn/product_257316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-bt9069bk/product_257310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/residential-salt-spreaders-80-lb-capacity-139-8201a/product_24469248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c1624gg-martinique-by-mathieu-rivrin-16-x-24-frameless-art/product_1551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-gemma-12-x-15-academic-monthly-wall-calendar-blue-white-144385/product_24546820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-c1624gg-mystical-forest-by-mathieu-rivrin-16-x-24-frameless-art/product_1551059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/resolve-urine-destroyer-stain-odor-remover-32-oz-bottle-19200-99487/product_24359579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-good-vibes-wavy-8-5-x-11-academic-weekly-monthly-planner-multicolor-142430/product_24546788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-w1114mf-mystical-forest-by-mathieu-rivrin-11-x-14-framed-art-wht-mtd/product_1551721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-good-vibes-wavy-8-75-x-11-academic-monthly-wall-calendar-142434/product_24546832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1114bmf-sunrise-in-paris-by-mathieu-rivrin-11-x-14-frm-art-blk-mtd/product_1551720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-rigid-plastic-caution-sign/product_554975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-greta-12-x-15-academic-monthly-wall-calendar-142377/product_24546862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/restricted-area-14x20-040-aluminum-caution-sign/product_563735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-heather-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go931hbk/product_257379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-c1219gg-sunrise-in-paris-by-mathieu-rivrin-12-x-19-frameless-art/product_1551150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-c1624gg-sunrise-in-paris-by-mathieu-rivrin-16-x-24-frameless-art/product_1550968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-heather-ergonomic-leathersoft-swivel-mid-back-executive-office-chair-black-go931hmidbk/product_201046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-adeline-17-x-22-academic-monthly-desk-pad-calendar-146006/product_24546865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-c2232gg-sunrise-in-paris-by-mathieu-rivrin-22-x-32-frameless-art/product_1553323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-banquet-reception-folding-fabric-chairs-beige-4-pack-belnick-inc-nsp/product_201067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/restricted-area-unauthorized-persons-keep-out-bilingual-14x10-040-aluminum-notice-sign/product_559423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c1624gg-symetrie-du-louvre-by-mathieu-rivrin-16-x-24-frameless-art/product_1551061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-lianna-12-x-15-academic-monthly-wall-calendar-142464/product_24546872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-livy-orange-17-x-22-academic-monthly-desk-pad-calendar-142354/product_24546818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-plans-things-confetti-bright-8-5-x-11-academic-weekly-monthly-teacher-lesson-planner-136609-a24/product_24547104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-8-5-x-11-academic-weekly-monthly-planner-multicolor-142345/product_24546798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/retriever-welding-glasses-with-5-0-filter-green-ejbiruv5/product_2439042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-diplomat-series-70-leathersoft-sofa-black-bt8273bk/product_257507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-business-lunch-canvas-art-30x47-inches/product_254377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cat-nap-canvas-art-18-x-24-inches/product_254381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-busy-city-chicago-canvas-art-30x47-inches/product_254380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reusable-dry-erase-pockets-9-x-12-assorted-primary-colors-5-pack/product_103301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cat-nap-canvas-art-24-x-32-inches/product_254382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reusable-dry-erase-pockets-neon-2-each-of-5-colors/product_2415130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-drafting-big-tall-chair-400-lb-capacity-black-wl5029sygd/product_257450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revive-plus-sc-51-hard-floor-cleaner-for-diversey-j-fill-citrus-2-5-l-2-64-u-s-qt-2-carton-92974618/product_898628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revive-plus-sc-floor-cleaner-citrus-scent-5-liters/product_913574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-8-x-10-academic-monthly-planner-lavender-145612/product_24546814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cedarburg-shadows-canvas-art-30x47-inches/product_254390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-magnolias-in-paris-5-x-8-academic-weekly-monthly-planner-multicolor-142626/product_24546896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-4-tb-nvr-surveillance-system-with-12-cameras-ru162d4gb8ga-4t/product_24311638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gia-28-w-rectangular-adjustable-standing-computer-desk-mahogany-nanip10/product_2548436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-high-density-fabric-stacking-chair-with-sled-base-black-20-pack-20xu8700blkb30/product_201523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-farm-market-canvas-art-30x47-inches/product_254411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-dining-alfresco-canvas-art-16x24-inches/product_254397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-8-channel-2-tb-nvr-surveillance-system-with-6-cameras-ru82d2gb4ga-2t/product_24311683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imperial-series-72-75-leathersoft-sofa-brown-1113bn/product_257480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-romance-mint-8-x-10-academic-daily-monthly-planner-multicolor-142528/product_24546886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-jungle-cat-8-5-x-11-academic-weekly-monthly-planner-multicolor-142529/product_24546883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-b1114mf-martinique-by-mathieu-rivrin-11-x-14-framed-art-white-matted/product_1551726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/replogle-12-national-geographic-grosvenor-globe-antique/product_309147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-w1114mf-gate-to-the-ocean-by-mathieu-rivrin-11-x-14-frm-art-wht-mtd/product_1551731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-florida-sunset-canvas-art-30x47-inches/product_254420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/replogle-6-renaissance-globe-silver-black/product_309151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-espresso-brown-bt9088brn/product_257316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-bt9069bk/product_257310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/residential-salt-spreaders-80-lb-capacity-139-8201a/product_24469248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0020-c1624gg-martinique-by-mathieu-rivrin-16-x-24-frameless-art/product_1551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-gemma-12-x-15-academic-monthly-wall-calendar-blue-white-144385/product_24546820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-c1624gg-mystical-forest-by-mathieu-rivrin-16-x-24-frameless-art/product_1551059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/resolve-urine-destroyer-stain-odor-remover-32-oz-bottle-19200-99487/product_24359579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0021-w1114mf-mystical-forest-by-mathieu-rivrin-11-x-14-framed-art-wht-mtd/product_1551721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-good-vibes-wavy-8-5-x-11-academic-weekly-monthly-planner-multicolor-142430/product_24546788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-rigid-plastic-caution-sign/product_554975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-b1114bmf-sunrise-in-paris-by-mathieu-rivrin-11-x-14-frm-art-blk-mtd/product_1551720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-greta-12-x-15-academic-monthly-wall-calendar-142377/product_24546862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-good-vibes-wavy-8-75-x-11-academic-monthly-wall-calendar-142434/product_24546832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/restricted-area-14x20-040-aluminum-caution-sign/product_563735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-heather-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go931hbk/product_257379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-adeline-17-x-22-academic-monthly-desk-pad-calendar-146006/product_24546865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-c1624gg-sunrise-in-paris-by-mathieu-rivrin-16-x-24-frameless-art/product_1550968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-heather-ergonomic-leathersoft-swivel-mid-back-executive-office-chair-black-go931hmidbk/product_201046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-c2232gg-sunrise-in-paris-by-mathieu-rivrin-22-x-32-frameless-art/product_1553323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0022-c1219gg-sunrise-in-paris-by-mathieu-rivrin-12-x-19-frameless-art/product_1551150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-banquet-reception-folding-fabric-chairs-beige-4-pack-belnick-inc-nsp/product_201067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-plans-things-confetti-bright-8-5-x-11-academic-weekly-monthly-teacher-lesson-planner-136609-a24/product_24547104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-livy-orange-17-x-22-academic-monthly-desk-pad-calendar-142354/product_24546818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-8-5-x-11-academic-weekly-monthly-planner-multicolor-142345/product_24546798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-lianna-12-x-15-academic-monthly-wall-calendar-142464/product_24546872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0023-c1624gg-symetrie-du-louvre-by-mathieu-rivrin-16-x-24-frameless-art/product_1551061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/restricted-area-unauthorized-persons-keep-out-bilingual-14x10-040-aluminum-notice-sign/product_559423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/retriever-welding-glasses-with-5-0-filter-green-ejbiruv5/product_2439042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-diplomat-series-70-leathersoft-sofa-black-bt8273bk/product_257507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cat-nap-canvas-art-24-x-32-inches/product_254382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-busy-city-chicago-canvas-art-30x47-inches/product_254380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-business-lunch-canvas-art-30x47-inches/product_254377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cat-nap-canvas-art-18-x-24-inches/product_254381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reusable-dry-erase-pockets-neon-2-each-of-5-colors/product_2415130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/reusable-dry-erase-pockets-9-x-12-assorted-primary-colors-5-pack/product_103301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revive-plus-sc-floor-cleaner-citrus-scent-5-liters/product_913574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revive-plus-sc-51-hard-floor-cleaner-for-diversey-j-fill-citrus-2-5-l-2-64-u-s-qt-2-carton-92974618/product_898628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-drafting-big-tall-chair-400-lb-capacity-black-wl5029sygd/product_257450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-magnolias-in-paris-5-x-8-academic-weekly-monthly-planner-multicolor-142626/product_24546896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cedarburg-shadows-canvas-art-30x47-inches/product_254390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-4-tb-nvr-surveillance-system-with-12-cameras-ru162d4gb8ga-4t/product_24311638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-8-x-10-academic-monthly-planner-lavender-145612/product_24546814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-high-density-fabric-stacking-chair-with-sled-base-black-20-pack-20xu8700blkb30/product_201523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-8-channel-2-tb-nvr-surveillance-system-with-6-cameras-ru82d2gb4ga-2t/product_24311683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-farm-market-canvas-art-30x47-inches/product_254411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-dining-alfresco-canvas-art-16x24-inches/product_254397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imperial-series-72-75-leathersoft-sofa-brown-1113bn/product_257480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-florida-sunset-canvas-art-30x47-inches/product_254420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-plus-hd-4k-ip-indoor-outdoor-audio-fisheye-dome-surveillance-camera-rucfe4k-1c/product_24311669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lesley-series-81-leathersoft-sofa-with-encasing-frame-black-zbles8090sofabk/product_257587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-hay-bales-canvas-art-16x24-inches/product_254424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-majesty-series-68-5-leathersoft-sofa-black-2223bk/product_257491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-tropicales-white-8-5-x-11-academic-weekly-monthly-planner-multicolor-145916/product_24546781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-bus-stop-canvas-art-16x24-inches/product_254433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-pippa-5-5-x-8-5-academic-weekly-monthly-planner-multicolor-1668-200a-24/product_24543850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-pippa-8-5-x-11-academic-weekly-monthly-planner-multicolor-1668-905a-24/product_24543863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-workstyle-balance-8-5-x-11-academic-weekly-monthly-planner-teal-gold-1606-905a-12-24/product_24543852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-workstyle-focus-5-5-x-8-5-academic-weekly-monthly-planner-pink-1606-200a-27-24/product_24543854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-4-25-x-7-5-weekly-planner-faux-leather-cover-black-ay24-401d/product_24544509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-3-3-8-in-x-4-3-4-in-black-pack-of-8-8pk-122009/product_2132126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-7-x-9-monthly-planner-faux-leather-cover-orange-blue-ay24-401f/product_24544507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-premium-white-4-pack/product_696176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-morning-stroll-in-steven-s-point-canvas-art-24x32-inches/product_254473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-morning-stroll-in-steven-s-point-canvas-art-35x47-inches/product_254475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-nature-s-glory-canvas-art-22x32-inches/product_254477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rhodia-professional-notebooks-8-25-x-11-75-wide-ruled-80-sheets-black-92627/product_2135620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-neshkoro-tavern-canvas-art-30x47-inches/product_254481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-global-printed-products-floral-pink-8-5-x-11-academic-weekly-monthly-planner-multicolor-day23-0006-d-s/product_24543760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-global-printed-products-chalkboard-doodles-8-5-x-11-academic-weekly-monthly-planner-multicolor/product_24543763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-house-of-doolittle-24-x-37-yearly-wet-erase-wall-calendar-reversible-blue-white-3964-23/product_24523549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-ruled-8-1-4-in-x-12-1-2-in-black-185019/product_2135532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-ruled-8-1-4-in-x-12-1-2-in-black-pack-of-5-5pk-185019/product_2132118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-16x24-inches/product_254498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ribbed-mats/product_SS206776795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ribbon-by-the-yard-decorative-file-folders-letter-3-tab-12-count/product_140591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-blush-109412/product_24546764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ribbon-teller-epson-tmu375-blk/product_580379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-slate-blue-109413/product_24546768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-shopping-in-italy-canvas-art-16x24-inches/product_254525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricky-the-rock-that-couldn-t-roll-you-rock-group-by-jay-miletsky-hardcover-9780578198033/product_24499567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-end-table-white-nanjh1787et/product_24307306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-big-tall-executive-office-chair-black-go1235bkfaba/product_201017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-406628-black-standard-yield-toner-cartridge-ce7352/product_326189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-big-tall-executive-office-chair-black-go18501fab/product_1983633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-big-tall-task-office-chair-black-go2031f/product_1983631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-7-x-9-academic-weekly-monthly-appointment-book-blue-st60360-23/product_24542877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-407096-drum-unit/product_140442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go18501lea/product_1983632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-22-x-17-academic-monthly-desk-pad-calendar-white-green-ay24-8208/product_24544556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go2078lea/product_1983607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-sunset-stroll-wautoma-canvas-art-16x24-inches/product_254558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-sunset-stroll-wautoma-canvas-art-30x47-inches/product_254560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-rainbow-12-x-17-academic-monthly-desk-pad-calendar-ay24-8510/product_24544559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-rainbow-17-x-22-academic-monthly-desk-pad-calendar-ay24-8210/product_24544560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-tranquility-canvas-art-22x32-inches/product_254572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-view-from-the-covered-bridge-canvas-art-24x32-inches/product_254576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-willow-creek-retro-checkers-6-5-x-8-5-academic-weekly-monthly-planner-multicolor-37096/product_24544455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-820074-magenta-standard-yield-toner-cartridge/product_103041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821071-yellow-standard-yield-toner-cartridge/product_2804854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-walking-the-dog-steven-s-point-canvas-art-30x47-inches/product_254587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-plus-hd-4k-ip-indoor-outdoor-audio-fisheye-dome-surveillance-camera-rucfe4k-1c/product_24311669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821072-magenta-standard-yield-toner-cartridge/product_2804853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lesley-series-81-leathersoft-sofa-with-encasing-frame-black-zbles8090sofabk/product_257587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-black-e717r-50-23/product_24515709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-hay-bales-canvas-art-16x24-inches/product_254424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-black-e717t-50-23/product_24515708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821255-black-standard-yield-toner-cartridge/product_2704974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-when-in-rome-canvas-art-30x47-inches/product_254599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-majesty-series-68-5-leathersoft-sofa-black-2223bk/product_257491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-tropicales-white-8-5-x-11-academic-weekly-monthly-planner-multicolor-145916/product_24546781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-bus-stop-canvas-art-16x24-inches/product_254433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821256-yellow-standard-yield-toner-cartridge/product_2704929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-pippa-5-5-x-8-5-academic-weekly-monthly-planner-multicolor-1668-200a-24/product_24543850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-pippa-8-5-x-11-academic-weekly-monthly-planner-multicolor-1668-905a-24/product_24543863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-workstyle-balance-8-5-x-11-academic-weekly-monthly-planner-teal-gold-1606-905a-12-24/product_24543852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-workstyle-focus-5-5-x-8-5-academic-weekly-monthly-planner-pink-1606-200a-27-24/product_24543854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-4-25-x-7-5-weekly-planner-faux-leather-cover-black-ay24-401d/product_24544509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-eccolo-7-x-9-monthly-planner-faux-leather-cover-orange-blue-ay24-401f/product_24544507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-3-3-8-in-x-4-3-4-in-black-pack-of-8-8pk-122009/product_2132126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-premium-white-4-pack/product_696176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-morning-stroll-in-steven-s-point-canvas-art-24x32-inches/product_254473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-morning-stroll-in-steven-s-point-canvas-art-35x47-inches/product_254475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-nature-s-glory-canvas-art-22x32-inches/product_254477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rhodia-professional-notebooks-8-25-x-11-75-wide-ruled-80-sheets-black-92627/product_2135620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-neshkoro-tavern-canvas-art-30x47-inches/product_254481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-global-printed-products-floral-pink-8-5-x-11-academic-weekly-monthly-planner-multicolor-day23-0006-d-s/product_24543760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-global-printed-products-chalkboard-doodles-8-5-x-11-academic-weekly-monthly-planner-multicolor/product_24543763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-house-of-doolittle-24-x-37-yearly-wet-erase-wall-calendar-reversible-blue-white-3964-23/product_24523549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-ruled-8-1-4-in-x-12-1-2-in-black-185019/product_2135532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-ruled-8-1-4-in-x-12-1-2-in-black-pack-of-5-5pk-185019/product_2132118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-outdoor-market-rome-canvas-art-16x24-inches/product_254498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ribbed-mats/product_SS206776795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-blush-109412/product_24546764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ribbon-by-the-yard-decorative-file-folders-letter-3-tab-12-count/product_140591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ribbon-teller-epson-tmu375-blk/product_580379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-slate-blue-109413/product_24546768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-shopping-in-italy-canvas-art-16x24-inches/product_254525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricky-the-rock-that-couldn-t-roll-you-rock-group-by-jay-miletsky-hardcover-9780578198033/product_24499567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-end-table-white-nanjh1787et/product_24307306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-406628-black-standard-yield-toner-cartridge-ce7352/product_326189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-big-tall-executive-office-chair-black-go1235bkfaba/product_201017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-big-tall-executive-office-chair-black-go18501fab/product_1983633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-fabric-swivel-big-tall-task-office-chair-black-go2031f/product_1983631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-7-x-9-academic-weekly-monthly-appointment-book-blue-st60360-23/product_24542877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-407096-drum-unit/product_140442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go18501lea/product_1983632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go2078lea/product_1983607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-22-x-17-academic-monthly-desk-pad-calendar-white-green-ay24-8208/product_24544556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-sunset-stroll-wautoma-canvas-art-16x24-inches/product_254558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-sunset-stroll-wautoma-canvas-art-30x47-inches/product_254560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-rainbow-12-x-17-academic-monthly-desk-pad-calendar-ay24-8510/product_24544559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-rainbow-17-x-22-academic-monthly-desk-pad-calendar-ay24-8210/product_24544560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-820074-magenta-standard-yield-toner-cartridge/product_103041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-2024-willow-creek-retro-checkers-6-5-x-8-5-academic-weekly-monthly-planner-multicolor-37096/product_24544455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-view-from-the-covered-bridge-canvas-art-24x32-inches/product_254576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-tranquility-canvas-art-22x32-inches/product_254572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821071-yellow-standard-yield-toner-cartridge/product_2804854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-walking-the-dog-steven-s-point-canvas-art-30x47-inches/product_254587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821072-magenta-standard-yield-toner-cartridge/product_2804853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-black-e717r-50-23/product_24515709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821255-black-standard-yield-toner-cartridge/product_2704974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-when-in-rome-canvas-art-30x47-inches/product_254599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-black-e717t-50-23/product_24515708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821256-yellow-standard-yield-toner-cartridge/product_2704929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821258-cyan-standard-yield-toner-cartridge/product_2704799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-coffee-gold-vein-frame-4-pack-4ngc01coffeegv/product_256934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-s-road-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0447-b1620mf/product_2085472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-burkhart-s-day-counter-daily-loose-leaf-desk-calendar-refill-7-5-x-4-5-black-red-e712-50-23/product_24515715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-841332-black-standard-yield-toner-cartridge-4-pack/product_153968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-black-2-pack-2awmc320afbk/product_24442104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0580-b1114mf/product_2082610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-gray-2-pack-2hamc320afgry/product_24442106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-841726-magenta-standard-toner-cartridge/product_2802933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-flip-a-week-quicknotes-7-x-5-5-weekly-desk-calendar-refill-white-blue-yellow-sw706-50-23/product_24515680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-navy-2-pack-2hamc320afnvy/product_24442043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0580-b1620bmf/product_2083317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-11-x-8-5-daily-monthly-planner-refill-white-brown-491-225-23/product_24514488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-heavy-duty-stack-chair-navy-blue-dot-4-pack-4xu60153nvy/product_257077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225a-23/product_24514538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-black-standard-yield-toner-cartridge-841346/product_2802931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-black-toner-cartridge-842489/product_24547699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-30-x-47-canvas-art/product_317133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-house-of-doolittle-17-x-22-monthly-desk-pad-calendar-refill-black-on-white-126-23/product_24523537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-magenta-standard-yield-toner-cartridge/product_104191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-swivel-big-tall-executive-office-chair-black-go1534bkfab/product_257364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-black-high-yield-toner-cartridge-406475/product_480696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-banquet-reception-chair-black-2-pack-2lel3black/product_24442049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-30-x-47-canvas-art/product_313773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-5-x-8-weekly-appointment-book-faux-leather-cover-black-70-101-05-25/product_24579188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-5-x-8-academic-daily-planner-faux-leather-cover-black-70-807-05-25/product_24579208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-7-x-8-75-academic-weekly-appointment-book-faux-leather-cover-black-70-958-05-25/product_24579189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-25-x-11-academic-weekly-appointment-book-faux-leather-cover-black-70-957-05-25/product_24579191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-18-x-24-canvas-art/product_314008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-24-x-32-canvas-art/product_314009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-shell-stack-chair-blue-black-ruteo1bl/product_201423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-x-11-academic-monthly-wall-calendar-purple-red-ay1-28-25/product_24579209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-9-x-11-academic-monthly-planner-faux-leather-cover-black-70-074-05-25/product_24579201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saint-lazare-station-14-x-19-canvas-art/product_493890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-badge-floral-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-1710f-905a-25/product_24580409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saint-lazare-station-24-x-32-canvas-art/product_502735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-8200a-maintenance-kit-402960/product_414357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-8-25-x-11-academic-weekly-monthly-planner-faux-leather-cover-black-70-957x-05-25/product_24579211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c220-black-standard-yield-toner-cartridge-406046/product_766225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-air-vent-back-and-sled-base-orange-black-rut498aor/product_1982174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-18-x-24-canvas-art/product_495338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-9-x-11-academic-monthly-planner-faux-leather-cover-black-70-074x-05-25/product_24579185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-lumbar-support-white-rut288wh/product_1168886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-35-x-47-canvas-art/product_502472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-3-5-x-6-academic-monthly-planner-faux-leather-cover-black-ay53-00-25/product_24579186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-type-2185-black-standard-yield-toner-cartridge-412660/product_638820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-16-x-20-wood-frame-art/product_24097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-14-x-19-canvas-art/product_495822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-8-5-x-11-academic-weekly-monthly-planner-poly-charcoal-ayc520-45-25/product_24579219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-18-x-24-canvas-art/product_503438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-24-x-32-canvas-art/product_502010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricola-cough-sore-throat-lozenges-21-pack-5302-own-sba/product_555106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-821258-cyan-standard-yield-toner-cartridge/product_2704799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-banquet-stacking-chair-coffee-gold-vein-frame-4-pack-4ngc01coffeegv/product_256934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-move-a-page-9-x-11-academic-weekly-monthly-planner-poly-cover-black-70-957e-05-25/product_24579193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-reception-chair-beige-2-pack-2hamc309avbge/product_24442110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ridgid-high-carbon-steel-pipe-tap-45-64-14-1-2-in-npt/product_770536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-s-road-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0447-b1620mf/product_2085472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-burkhart-s-day-counter-daily-loose-leaf-desk-calendar-refill-7-5-x-4-5-black-red-e712-50-23/product_24515715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-841332-black-standard-yield-toner-cartridge-4-pack/product_153968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-black-2-pack-2awmc320afbk/product_24442104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0580-b1114mf/product_2082610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-gray-2-pack-2hamc320afgry/product_24442106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-841726-magenta-standard-toner-cartridge/product_2802933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-flip-a-week-quicknotes-7-x-5-5-weekly-desk-calendar-refill-white-blue-yellow-sw706-50-23/product_24515680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-folding-chair-navy-2-pack-2hamc320afnvy/product_24442043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0580-b1620bmf/product_2083317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-11-x-8-5-daily-monthly-planner-refill-white-brown-491-225-23/product_24514488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-heavy-duty-stack-chair-navy-blue-dot-4-pack-4xu60153nvy/product_257077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225a-23/product_24514538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-black-standard-yield-toner-cartridge-841346/product_2802931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-black-toner-cartridge-842489/product_24547699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-30-x-47-canvas-art/product_317133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-magenta-standard-yield-toner-cartridge/product_104191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2023-house-of-doolittle-17-x-22-monthly-desk-pad-calendar-refill-black-on-white-126-23/product_24523537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-swivel-big-tall-executive-office-chair-black-go1534bkfab/product_257364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-black-high-yield-toner-cartridge-406475/product_480696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-banquet-reception-chair-black-2-pack-2lel3black/product_24442049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-30-x-47-canvas-art/product_313773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-5-x-8-weekly-appointment-book-faux-leather-cover-black-70-101-05-25/product_24579188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-5-x-8-academic-daily-planner-faux-leather-cover-black-70-807-05-25/product_24579208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-7-x-8-75-academic-weekly-appointment-book-faux-leather-cover-black-70-958-05-25/product_24579189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-25-x-11-academic-weekly-appointment-book-faux-leather-cover-black-70-957-05-25/product_24579191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-18-x-24-canvas-art/product_314008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sail-at-dawn-24-x-32-canvas-art/product_314009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-shell-stack-chair-blue-black-ruteo1bl/product_201423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-x-11-academic-monthly-wall-calendar-purple-red-ay1-28-25/product_24579209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-9-x-11-academic-monthly-planner-faux-leather-cover-black-70-074-05-25/product_24579201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saint-lazare-station-14-x-19-canvas-art/product_493890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-badge-floral-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-1710f-905a-25/product_24580409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saint-lazare-station-24-x-32-canvas-art/product_502735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-8200a-maintenance-kit-402960/product_414357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-8-25-x-11-academic-weekly-monthly-planner-faux-leather-cover-black-70-957x-05-25/product_24579211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c220-black-standard-yield-toner-cartridge-406046/product_766225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-air-vent-back-and-sled-base-orange-black-rut498aor/product_1982174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-18-x-24-canvas-art/product_495338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-9-x-11-academic-monthly-planner-faux-leather-cover-black-70-074x-05-25/product_24579185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-with-lumbar-support-white-rut288wh/product_1168886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sainte-adresse-1867-35-x-47-canvas-art/product_502472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-3-5-x-6-academic-monthly-planner-faux-leather-cover-black-ay53-00-25/product_24579186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricoh-type-2185-black-standard-yield-toner-cartridge-412660/product_638820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-16-x-20-wood-frame-art/product_24097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-14-x-19-canvas-art/product_495822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-8-5-x-11-academic-weekly-monthly-planner-poly-charcoal-ayc520-45-25/product_24579219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-18-x-24-canvas-art/product_503438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saintes-maries-de-la-mer-24-x-32-canvas-art/product_502010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ricola-cough-sore-throat-lozenges-21-pack-5302-own-sba/product_555106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-move-a-page-9-x-11-academic-weekly-monthly-planner-poly-cover-black-70-957e-05-25/product_24579193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-reception-chair-beige-2-pack-2hamc309avbge/product_24442110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ridgid-high-carbon-steel-pipe-tap-45-64-14-1-2-in-npt/product_770536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-stacking-chair-brown-copper-vein-frame-4-pack-4fdc01cprbrnvy/product_256855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-5-5-x-8-5-academic-weekly-monthly-planner-faux-leather-cover-brown-yp200a-09-25/product_24579231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-16-x-20-black-frame-mt0589-b1620bmf/product_2083290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-8-5-x-11-academic-weekly-monthly-planner-faux-leather-cover-navy-yp905a-20-25/product_24579226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-folding-chair-gray-2-pack-2hamc309avgy/product_24442035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/right-to-know-labels-personal-protection-numbers-symbols-bilingual-adhesive-vinyl-10-pk/product_554613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/right-to-know-labels-write-on-color-bar-4-x-4-adhesive-vinyl-250-rl/product_565306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0589-c2232gg/product_2077377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/right-to-know-labels-write-on-color-bar-bilingual-6x4-adhesive-vinyl-10-pack/product_554172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-stacking-chair-with-sled-base-black-xu8700blkbvyl30/product_257095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0589-c3047gg/product_2076927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-happy-stripe-15-x-12-academic-monthly-wall-calendar-el24-707a-25/product_24579190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-happy-stripe-5-5-x-8-5-academic-weekly-monthly-planner-poly-cover/product_24579235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rigid-pipe-cutter-wheel-for-s-s-pipe/product_786877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-steel-stack-chair-and-church-chair-dolly-black/product_200920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-samri-s-baldwing-the-whie-mahatma-1888-canvas-art-16x32-inches/product_245009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rigid-tube-cutter-wheel-heavy-duty-pipe-cutter/product_786240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-armless-folding-chair-red-mahogany-4-pack/product_201225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0579-c1219gg/product_2079138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-analeis-5-x-8-academic-weekly-monthly-planner-plastic-cover-white-black-130608-a25/product_24583724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0579-b1620bmf/product_2083320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rind-apple-thin-cut-fruit-chips-3-oz-12-box-307-00386/product_24563512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-copper-vein-frame-trapezoidal-back-banquet-chair-brown-4-pack-4fdbhf2bn/product_696423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0579-b1620mf/product_2083319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-heavy-duty-stack-chair-black-40-pack-40xu60153bkvyl/product_201515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0579-c1624gg/product_2080236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0579-c2232gg/product_2077387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-silver-vein-frame-banquet-chair-black-10-pack/product_201331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-22-x-17-academic-monthly-desk-pad-calendar-148668-a25/product_24583760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-splatter-dot-jade-g-11-x-8-75-academic-monthly-wall-calendar-mint-gold-149045-a25/product_24583763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-lucy-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-pink-149819/product_24581591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-sienna-lilac-5-x-8-academic-weekly-monthly-planner-plastic-cover-purple-white/product_24581575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-sienna-lilac-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-purple-white/product_24581508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ivan-ergonomic-mesh-swivel-high-back-multifunction-task-office-chair-black-hl0017/product_1983466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-22-x-17-academic-monthly-desk-pad-calendar-146998/product_24581545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-latte-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-005-007-012/product_24533207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-35-x-47-canvas-art-em0565-c3547gg/product_2080602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riser-circle-master-template-7-x10-x-030-1-16-to-3-d-gy/product_2704016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rising-9-x-12-drawing-sketch-pad-15-sheets-pad-33273/product_2129840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-chanson-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-128694-a25/product_24583740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rising-stonehenge-11-x-14-drawing-sketch-pad-15-sheets-pad-70643/product_2131434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-chanson-8-x-10-academic-monthly-planner-plastic-cover-blue-128693-a25/product_24583767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cloudsy-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-brown-150128/product_24581600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-11-x-14-white-matted-silver-frame-mt0371-s1114mf/product_2076544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessie-ergonomic-microfiber-swivel-high-back-executive-office-chair-brown-go725bn/product_201034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0130-b1620mf/product_2085562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0130-w1114bmf/product_2079447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-8-x-10-academic-monthly-planner-plastic-cover-navy-148674-a25/product_24583746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-8-x-10-academic-weekly-monthly-planner-black-144874/product_24581588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rit-dyes-teal-liquid-8-oz-bottle-pack-of-4-4pk-8049/product_2134111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-barstool-without-back-orange-ch3132030or/product_1983287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-stacking-chair-brown-copper-vein-frame-4-pack-4fdc01cprbrnvy/product_256855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-5-5-x-8-5-academic-weekly-monthly-planner-faux-leather-cover-brown-yp200a-09-25/product_24579231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-white-144869/product_24581572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-1-subject-pocket-notebook-3-x-5-graph-ruled-50-sheets-black-735/product_24431255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-16-x-20-black-frame-mt0589-b1620bmf/product_2083290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-white-144867/product_24581570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blurred-spring-lilac-11-x-8-75-academic-monthly-wall-calendar-149840/product_24581541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-signature-8-5-x-11-academic-weekly-monthly-planner-faux-leather-cover-navy-yp905a-20-25/product_24579226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-folding-chair-gray-2-pack-2hamc309avgy/product_24442035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/right-to-know-labels-personal-protection-numbers-symbols-bilingual-adhesive-vinyl-10-pk/product_554613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0547-w1114mf/product_2082708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/right-to-know-labels-write-on-color-bar-4-x-4-adhesive-vinyl-250-rl/product_565306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0589-c2232gg/product_2077377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/right-to-know-labels-write-on-color-bar-bilingual-6x4-adhesive-vinyl-10-pack/product_554172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-stacking-chair-with-sled-base-black-xu8700blkbvyl30/product_257095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salt-lake-city-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0589-c3047gg/product_2076927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-happy-stripe-15-x-12-academic-monthly-wall-calendar-el24-707a-25/product_24579190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-happy-stripe-5-5-x-8-5-academic-weekly-monthly-planner-poly-cover/product_24579235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rigid-pipe-cutter-wheel-for-s-s-pipe/product_786877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-steel-stack-chair-and-church-chair-dolly-black/product_200920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-samri-s-baldwing-the-whie-mahatma-1888-canvas-art-16x32-inches/product_245009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rigid-tube-cutter-wheel-heavy-duty-pipe-cutter/product_786240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-armless-folding-chair-red-mahogany-4-pack/product_201225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0579-c1219gg/product_2079138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-analeis-5-x-8-academic-weekly-monthly-planner-plastic-cover-white-black-130608-a25/product_24583724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0579-b1620bmf/product_2083320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rind-apple-thin-cut-fruit-chips-3-oz-12-box-307-00386/product_24563512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-copper-vein-frame-trapezoidal-back-banquet-chair-brown-4-pack-4fdbhf2bn/product_696423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0579-b1620mf/product_2083319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-heavy-duty-stack-chair-black-40-pack-40xu60153bkvyl/product_201515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0579-c1624gg/product_2080236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0579-c2232gg/product_2077387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-silver-vein-frame-banquet-chair-black-10-pack/product_201331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-22-x-17-academic-monthly-desk-pad-calendar-148668-a25/product_24583760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-splatter-dot-jade-g-11-x-8-75-academic-monthly-wall-calendar-mint-gold-149045-a25/product_24583763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-lucy-5-x-8-academic-weekly-monthly-planner-plastic-cover-black-pink-149819/product_24581591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-sienna-lilac-5-x-8-academic-weekly-monthly-planner-plastic-cover-purple-white/product_24581575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-sienna-lilac-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-purple-white/product_24581508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ivan-ergonomic-mesh-swivel-high-back-multifunction-task-office-chair-black-hl0017/product_1983466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-22-x-17-academic-monthly-desk-pad-calendar-146998/product_24581545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-latte-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-005-007-012/product_24533207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-35-x-47-canvas-art-em0565-c3547gg/product_2080602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riser-circle-master-template-7-x10-x-030-1-16-to-3-d-gy/product_2704016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rising-9-x-12-drawing-sketch-pad-15-sheets-pad-33273/product_2129840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-chanson-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-128694-a25/product_24583740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rising-stonehenge-11-x-14-drawing-sketch-pad-15-sheets-pad-70643/product_2131434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-chanson-8-x-10-academic-monthly-planner-plastic-cover-blue-128693-a25/product_24583767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-cloudsy-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-brown-150128/product_24581600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-11-x-14-white-matted-silver-frame-mt0371-s1114mf/product_2076544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jessie-ergonomic-microfiber-swivel-high-back-executive-office-chair-brown-go725bn/product_201034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0130-b1620mf/product_2085562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0130-w1114bmf/product_2079447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-collegiate-8-x-10-academic-monthly-planner-plastic-cover-navy-148674-a25/product_24583746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-8-x-10-academic-weekly-monthly-planner-black-144874/product_24581588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rit-dyes-teal-liquid-8-oz-bottle-pack-of-4-4pk-8049/product_2134111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-industrial-metal-barstool-without-back-orange-ch3132030or/product_1983287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-white-144869/product_24581572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-1-subject-pocket-notebook-3-x-5-graph-ruled-50-sheets-black-735/product_24431255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-white-144867/product_24581570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blurred-spring-lilac-11-x-8-75-academic-monthly-wall-calendar-149840/product_24581541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0547-w1114mf/product_2082708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blurred-spring-lilac-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0805-c1219gg/product_2078968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-leathersoft-swivel-mid-back-executive-office-chair-black-blzp804/product_1983502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-16-x-20-black-frame-mt0547-b1620mf/product_2083449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-large/product_197815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-casa-bella-17-x-11-academic-monthly-desk-pad-calendar-orange-white-149836/product_24581604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-black-blzp809bk/product_1983501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-mid-back-task-office-chair-black-blzp8805bk/product_1983500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/river-city-fr2003-classic-3-piece-flame-resistant-rainsuit-yellow-2xl/product_197842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flower-field-mint-5-88-x-8-6-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/river-city-3882-dominator-2-piece-rainsuit-green-xl/product_197831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flutter-11-x-8-75-academic-monthly-wall-calendar-136694-a25/product_24583747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-22-x-32-canvas-art-mt0623-c2232gg/product_2080083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0623-c3047gg/product_2076893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-london-rose-3-63-x-6-13-monthly-planner-multicolor-143886/product_24564181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-96-x-18-granite-white-rb1896/product_201352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0805-b1114mf/product_2081898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-set-96-x-18-white-black-rb18961/product_1240991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/river-queen-salted-peanuts-32-oz/product_2795769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riverside-3d-12-x-18-construction-paper-magenta-50-sheets-p103628/product_418818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-black-50-sheets-p103607/product_402652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-blue-green-50-sheets-p103602/product_402437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-street-map-by-michael-tompsett-30-x-47-canvas-art-mt0671-c3047gg/product_2076845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-22-x-32-canvas-art/product_317269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-somerset-black-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-30-x-47-canvas-art/product_317270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-red-50-sheets-p103590/product_826160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0824-w1114bmf/product_2081840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-spotty-small-gold-8-5-x-11-academic-monthly-planner-plastic-cover-white-gold-149829/product_24581550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-mid-back-executive-side-chair-with-sled-base-black/product_201016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0824-b1114mf/product_2081841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0823-b1114bmf/product_2081845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-5-subject-notebook-8-5-x-11-college-ruled-200-sheets-assorted-colors-11197/product_280321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-environotes-1-subject-pocket-notebook-3-x-5-narrow-ruled-60-sheets-gray-silver-48-case/product_24598949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-enviroshades-steno-notebook-6-x-9-80-sheets-pad-gregg-ruled-recycled-blue-paper-4-books-pk-12284/product_2675899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0823-c1219gg/product_2086855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-mt0823-w1620bmf/product_2085962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-miquelrius-recycled-4-subject-notebooks-8-5-x-11-college-ruled-120-sheets-multicolored-5-carton-48973cs/product_24598952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-28-square-table-with-4-rattan-stack-chairs-gray-tlh073sq037gy4/product_2548252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-estrellita-11-x-8-75-academic-monthly-wall-calendar-white-blue-146943/product_24581616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0823-c1624gg/product_2077950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-gemma-22-x-17-academic-monthly-desk-pad-calendar-141377-a25/product_24581502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0824-c3047gg/product_2081281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-gemma-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-white-118177-a25/product_24583733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0131-w1114bmf/product_2079444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-x-8-5-wide-ruled-48-sheets-brown-77308/product_472128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-9-75-x-7-5-wide-ruled-60-sheets-black-77222/product_916889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0131-b1620bmf/product_2085560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-notebooks-9-x-11-college-ruled-100-sheets-each-11096/product_24563477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-manny-ergonomic-mesh-swivel-mid-back-task-office-chair-black-hl0007/product_257413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-blue-paper-50-sheets-pad-3-pads-pack-74123/product_24558016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-issabella-15-x-12-academic-monthly-wall-calendar-150159/product_24581549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blurred-spring-lilac-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-6-black-slfeml72h48lbk/product_24595280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0805-c1219gg/product_2078968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-14-x-19-canvas-art/product_311972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-flamingo-pink-8-x-10-academic-monthly-planner-plastic-cover-146896/product_24581619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-8-black-slfeml96h60lbk/product_24595272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-leathersoft-swivel-mid-back-executive-office-chair-black-blzp804/product_1983502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/river-city-2003-classic-3-piece-rainsuit-yellow-large/product_197815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-16-x-20-black-frame-mt0547-b1620mf/product_2083449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-college-ruled-college-ruled-filler-paper-8-5-x-11-3-hole-punched-100-sheets-pack-83911/product_580509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-casa-bella-17-x-11-academic-monthly-desk-pad-calendar-orange-white-149836/product_24581604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-black-blzp809bk/product_1983501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-mid-back-task-office-chair-black-blzp8805bk/product_1983500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/river-city-fr2003-classic-3-piece-flame-resistant-rainsuit-yellow-2xl/product_197842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/river-city-3882-dominator-2-piece-rainsuit-green-xl/product_197831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flower-field-mint-5-88-x-8-6-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-22-x-32-canvas-art-mt0623-c2232gg/product_2080083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-flutter-11-x-8-75-academic-monthly-wall-calendar-136694-a25/product_24583747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-ii-by-michael-tompsett-30-x-47-canvas-art-mt0623-c3047gg/product_2076893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-london-rose-3-63-x-6-13-monthly-planner-multicolor-143886/product_24564181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-set-96-x-18-white-black-rb18961/product_1240991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-96-x-18-granite-white-rb1896/product_201352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/river-queen-salted-peanuts-32-oz/product_2795769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riverside-3d-12-x-18-construction-paper-magenta-50-sheets-p103628/product_418818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0805-b1114mf/product_2081898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-black-50-sheets-p103607/product_402652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-blue-green-50-sheets-p103602/product_402437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-street-map-by-michael-tompsett-30-x-47-canvas-art-mt0671-c3047gg/product_2076845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-22-x-32-canvas-art/product_317269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-somerset-black-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24581582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-fog-30-x-47-canvas-art/product_317270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-red-50-sheets-p103590/product_826160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-11-x-14-black-matted-wood-frame-mt0824-w1114bmf/product_2081840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-spotty-small-gold-8-5-x-11-academic-monthly-planner-plastic-cover-white-gold-149829/product_24581550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leather-mid-back-executive-side-chair-with-sled-base-black/product_201016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0824-b1114mf/product_2081841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0823-b1114bmf/product_2081845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-5-subject-notebook-8-5-x-11-college-ruled-200-sheets-assorted-colors-11197/product_280321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-environotes-1-subject-pocket-notebook-3-x-5-narrow-ruled-60-sheets-gray-silver-48-case/product_24598949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-enviroshades-steno-notebook-6-x-9-80-sheets-pad-gregg-ruled-recycled-blue-paper-4-books-pk-12284/product_2675899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0823-c1219gg/product_2086855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-mt0823-w1620bmf/product_2085962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-miquelrius-recycled-4-subject-notebooks-8-5-x-11-college-ruled-120-sheets-multicolored-5-carton-48973cs/product_24598952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lila-28-square-table-with-4-rattan-stack-chairs-gray-tlh073sq037gy4/product_2548252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-estrellita-11-x-8-75-academic-monthly-wall-calendar-white-blue-146943/product_24581616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-16-x-24-canvas-art-mt0823-c1624gg/product_2077950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-gemma-22-x-17-academic-monthly-desk-pad-calendar-141377-a25/product_24581502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0824-c3047gg/product_2081281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-gemma-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-white-118177-a25/product_24583733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0131-w1114bmf/product_2079444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-x-8-5-wide-ruled-48-sheets-brown-77308/product_472128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-9-75-x-7-5-wide-ruled-60-sheets-black-77222/product_916889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-16-x-20-black-matted-black-frame-ph0131-b1620bmf/product_2085560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-notebooks-9-x-11-college-ruled-100-sheets-each-11096/product_24563477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-manny-ergonomic-mesh-swivel-mid-back-task-office-chair-black-hl0007/product_257413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-blue-paper-50-sheets-pad-3-pads-pack-74123/product_24558016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-issabella-15-x-12-academic-monthly-wall-calendar-150159/product_24581549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-6-black-slfeml72h48lbk/product_24595280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-14-x-19-canvas-art/product_311972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-flamingo-pink-8-x-10-academic-monthly-planner-plastic-cover-146896/product_24581619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-8-black-slfeml96h60lbk/product_24595272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-college-ruled-college-ruled-filler-paper-8-5-x-11-3-hole-punched-100-sheets-pack-83911/product_580509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-with-mesh-top-and-seats-6-green-slfeml72gn/product_24587855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-35-x-47-canvas-art/product_311975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jessica-3-63-x-6-13-monthly-planner-multicolor-147380/product_24564297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jett-8-5-x-11-academic-monthly-planner-plastic-cover-blue-green-146858/product_24581596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-14-x-19-canvas-art-ali1097-c1419gg/product_2079884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-martin-ergonomic-leathersoft-swivel-high-back-executive-reclining-office-chair-black-bt90279h/product_24127324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-16-x-20-white-matted-wood-frame-ali1097-w1620mf/product_2086608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-9-75-x-7-5-wide-ruled-50-sheets-black-77220/product_687889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-11-x-14-white-matted-wood-frame-ali1098-w1114mf/product_2077497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-lemon-art-15-x-12-academic-monthly-wall-calendar-yellow-white-150465/product_24581615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-exam-notebooks-8-5-x-11-wide-ruled-8-sheets-green-77509/product_701799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mickey-advantage-plastic-steel-student-stacking-chair-navy-4-pack-advssc18navy/product_2639901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-16-x-20-white-matted-black-frame-ali1098-b1620mf/product_2086606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-16-x-20-white-matted-wood-frame-ali1098-w1620mf/product_2086605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-music-composition-notebook-11-x-8-5-32-sheets-white-15009/product_651110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-11-x-14-white-matted-black-frame-ali1099-b1114mf/product_2077495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-professional-notebooks-8-75-x-11-25-graph-ruled-72-sheets-black-77160/product_2675893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-maquilla-22-x-17-academic-monthly-desk-pad-calendar-green-white-146990/product_24581611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-signature-1-subject-professional-notebooks-8-5-x-11-graph-ruled-80-sheets-green-11382/product_24489836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-black-wa3074bk/product_130081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-modesto-black-3-63-x-6-13-monthly-planner-black-147430/product_24564314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-100-sheets-pack-20010/product_402259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-11-x-14-black-frame-art/product_317136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-16-x-20-black-frame-art/product_317137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-black-hl0001/product_257412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-unruled-notebook-1-subject-notebooks-8-x-10-5-natural-kraft-12-case-85204cs/product_24598950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-pucker-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-navy-146759/product_24581505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-roosevelt-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-green-128692-a25/product_24583750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-sandra-check-11-x-8-75-academic-monthly-wall-calendar-150457/product_24581499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-dots-15-x-12-academic-monthly-wall-calendar-100340-a25/product_24583755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-value-brush-sets-chisel-edge-set-set-of-3/product_1718604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-value-brush-sets-dot-the-eyes-set-set-of-4-255400007/product_2134801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-30-x-47-canvas-art/product_821638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-100-00-gift-card-email-delivery-1012436b10000/product_24569475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-100-00-gift-card-email-delivery-1012443b10000/product_24569478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-14-x-19-canvas-art-ali1017-c1419gg/product_2079912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-100-00-gift-card-email-delivery-1020023b10000/product_24569483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-18-x-24-canvas-art-ali1017-c1824gg/product_2078918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-owen-indoor-outdoor-table-set-with-2-stack-chairs-27-75-x-27-75-silver-ch31330230sil/product_1982338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-24-x-32-canvas-art-ali1017-c2432gg/product_2078260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1012436b20000/product_24569477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1020023b20000/product_24569473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1012443b20000/product_24569469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1012443b2500/product_24569474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1020023b2500/product_24569472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-with-mesh-top-and-seats-6-green-slfeml72gn/product_24587855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-35-x-47-canvas-art/product_311975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-drafting-stool-gray-vibrant-black-lf-215-blk-gg/product_130050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jessica-3-63-x-6-13-monthly-planner-multicolor-147380/product_24564297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jett-8-5-x-11-academic-monthly-planner-plastic-cover-blue-green-146858/product_24581596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-ganging-clip-white-10-pack-10le3whgang/product_1179926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-16-x-20-white-matted-wood-frame-ali1097-w1620mf/product_2086608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-14-x-19-canvas-art-ali1097-c1419gg/product_2079884 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-martin-ergonomic-leathersoft-swivel-high-back-executive-reclining-office-chair-black-bt90279h/product_24127324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-9-75-x-7-5-wide-ruled-50-sheets-black-77220/product_687889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-11-x-14-white-matted-wood-frame-ali1098-w1114mf/product_2077497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-lemon-art-15-x-12-academic-monthly-wall-calendar-yellow-white-150465/product_24581615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-exam-notebooks-8-5-x-11-wide-ruled-8-sheets-green-77509/product_701799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-16-x-20-white-matted-black-frame-ali1098-b1620mf/product_2086606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mickey-advantage-plastic-steel-student-stacking-chair-navy-4-pack-advssc18navy/product_2639901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-16-x-20-white-matted-wood-frame-ali1098-w1620mf/product_2086605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-music-composition-notebook-11-x-8-5-32-sheets-white-15009/product_651110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-11-x-14-white-matted-black-frame-ali1099-b1114mf/product_2077495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-maquilla-22-x-17-academic-monthly-desk-pad-calendar-green-white-146990/product_24581611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-professional-notebooks-8-75-x-11-25-graph-ruled-72-sheets-black-77160/product_2675893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-signature-1-subject-professional-notebooks-8-5-x-11-graph-ruled-80-sheets-green-11382/product_24489836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-black-wa3074bk/product_130081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-100-sheets-pack-20010/product_402259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-16-x-20-black-frame-art/product_317137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-11-x-14-black-frame-art/product_317136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-modesto-black-3-63-x-6-13-monthly-planner-black-147430/product_24564314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-nicholas-ergonomic-mesh-swivel-mid-back-multifunction-executive-office-chair-black-hl0001/product_257412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roaring-spring-unruled-notebook-1-subject-notebooks-8-x-10-5-natural-kraft-12-case-85204cs/product_24598950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-pucker-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-navy-146759/product_24581505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-sandra-check-11-x-8-75-academic-monthly-wall-calendar-150457/product_24581499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-roosevelt-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-green-128692-a25/product_24583750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-dots-15-x-12-academic-monthly-wall-calendar-100340-a25/product_24583755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-value-brush-sets-chisel-edge-set-set-of-3/product_1718604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-value-brush-sets-dot-the-eyes-set-set-of-4-255400007/product_2134801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-30-x-47-canvas-art/product_821638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-100-00-gift-card-email-delivery-1012443b10000/product_24569478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-100-00-gift-card-email-delivery-1012436b10000/product_24569475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-14-x-19-canvas-art-ali1017-c1419gg/product_2079912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-100-00-gift-card-email-delivery-1020023b10000/product_24569483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-18-x-24-canvas-art-ali1017-c1824gg/product_2078918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-owen-indoor-outdoor-table-set-with-2-stack-chairs-27-75-x-27-75-silver-ch31330230sil/product_1982338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-by-mark-ashkenazi-24-x-32-canvas-art-ali1017-c2432gg/product_2078260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1012436b20000/product_24569477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1012443b20000/product_24569469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-200-00-gift-card-email-delivery-1020023b20000/product_24569473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1012443b2500/product_24569474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1020023b2500/product_24569472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-drafting-stool-gray-vibrant-black-lf-215-blk-gg/product_130050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-ganging-clip-white-10-pack-10le3whgang/product_1179926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-2fh130dppwh/product_24256956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-standard-11-x-8-75-academic-monthly-wall-calendar-white-gold-150133/product_24581568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocelco-vstc-flat-panel-cart-tv-mount-100-lbs-max-vstc/product_1951773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-wavy-black-frame-8-x-10-academic-monthly-planner-plastic-cover-black-beige/product_24581586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plush-42-h-leather-rocker-recliner-brown/product_201318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-16-x-20-black-frame-art/product_313431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-3-63-x-6-13-academic-weekly-monthly-planner-plastic-cover/product_24581580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-18-x-24-canvas-art/product_313433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-22-x-17-academic-monthly-desk-pad-calendar-145902/product_24581523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-executive-dot-grid/product_SS128245382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-prince-indoor-outdoor-square-table-23-75-x-23-75-white-ch3133029wh/product_1982329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seafoam-green-35-x-47-canvas-art/product_314001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seafoam-green-26-x-32-canvas-art/product_314000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-teal-evr-e-rc-cce-fr/product_24453240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-24-d-conference-table-laminate-walnut-mtm4824wltabf/product_24595290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-35-x-47-canvas-art/product_313435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-teal-evr-l-rc-cce-fr/product_24328141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-workstyle-15-x-12-academic-monthly-wall-calendar-white-gold-1606-707a-25/product_24579213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-gray-oak-mtm4830ltgryubf/product_24595269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seascape-by-preston-ready-to-hang-canvas-art-em209a-c1414gg/product_256200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-gray-oak-mtm6024ltgryabf/product_24595258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-walnut-mtm6024wltubf/product_24595291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-walnut-mtm6030wltubf/product_24595277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0832-w1114bmf/product_2081718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-walnut-mtm7236wltabf/product_24595229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0833-b1114mf/product_2081824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-walnut-mtm7236wltubf/product_24595299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-11-x-14-black-matted-silver-frame-mt0384-s1114bmf/product_2076489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rider-leathersoft-swivel-mid-back-task-office-chair-black-go228sbklea/product_201024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-11-x-14-white-matted-silver-frame-mt0384-s1114mf/product_2076488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-leathersoft-mesh-swivel-mid-back-task-office-chair-black-gowy82lea/product_1983483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-reusable-smart-notepad-3-5-x-5-5-dot-grid-ruled-black-48-pages-evr-m-rc-a-fr/product_24388709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-executive-office-chair-transparent-black-gowy87/product_1983602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-16-x-20-black-matted-silver-frame-mt0384-s1620bmf/product_2084918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-spring-floral-8-5-x-11-academic-weekly-monthly-teacher-planner-plastic-cover/product_24579176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-24-x-37-wet-erase-yearly-wall-calendar-reversible-white-blue-3964-24/product_24562558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-22-x-17-academic-monthly-desk-pad-calendar-white-blue-155-25/product_24588058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0549-b1620bmf/product_2083412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocstor-premium-y10c124-b1-6-hdmi-dvi-d-video-cable-black/product_IM18J2861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-academic-monthly-planner-leatherette-cover-bright-blue-26308-25/product_24588059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-2fh130dppwh/product_24256956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-bar-harbor-31-x-21-academic-monthly-wall-calendar-wedgwood-blue-gray-354-25/product_24588062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocstor-rocpro-p33-2tb-external-usb-type-c-portable-hard-drive-gray-gp3606-01/product_IM18XF286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-seasonal-holiday-depictions-16-5-x-12-academic-monthly-wall-calendar-3395-25/product_24588060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-black-bt5151bk/product_256942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0549-c3047gg/product_2076970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-standard-11-x-8-75-academic-monthly-wall-calendar-white-gold-150133/product_24581568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocelco-vstc-flat-panel-cart-tv-mount-100-lbs-max-vstc/product_1951773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-apple-splash-ii-framed-matted-art-16x20-inches-wood-frame/product_254655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-wavy-black-frame-8-x-10-academic-monthly-planner-plastic-cover-black-beige/product_24581586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plush-42-h-leather-rocker-recliner-brown/product_201318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-moleskine-limited-edition-harry-potter-alohomora-5-x-8-25-academic-calendar-weekly-planner-pine-green/product_24598449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-16-x-20-black-frame-art/product_313431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-3-63-x-6-13-academic-weekly-monthly-planner-plastic-cover/product_24581580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-18-x-24-canvas-art/product_313433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-5-x-8-academic-weekly-monthly-planner-plastic-cover/product_24581530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-executive-dot-grid/product_SS128245382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-22-x-17-academic-monthly-desk-pad-calendar-145902/product_24581523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-prince-indoor-outdoor-square-table-23-75-x-23-75-white-ch3133029wh/product_1982329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-35-x-47-canvas-art/product_313435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-24-d-conference-table-laminate-walnut-mtm4824wltabf/product_24595290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-teal-evr-e-rc-cce-fr/product_24453240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seafoam-green-26-x-32-canvas-art/product_314000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seafoam-green-35-x-47-canvas-art/product_314001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-cambridge-workstyle-15-x-12-academic-monthly-wall-calendar-white-gold-1606-707a-25/product_24579213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-gray-oak-mtm4830ltgryubf/product_24595269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-teal-evr-l-rc-cce-fr/product_24328141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-walnut-mtm6024wltubf/product_24595291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-30-d-conference-table-laminate-walnut-mtm6030wltubf/product_24595277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-60-w-x-24-d-conference-table-laminate-gray-oak-mtm6024ltgryabf/product_24595258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seascape-by-preston-ready-to-hang-canvas-art-em209a-c1414gg/product_256200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-wood-frame-mt0832-w1114bmf/product_2081718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-walnut-mtm7236wltabf/product_24595229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rider-leathersoft-swivel-mid-back-task-office-chair-black-go228sbklea/product_201024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-walnut-mtm7236wltubf/product_24595299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0833-b1114mf/product_2081824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-11-x-14-black-matted-silver-frame-mt0384-s1114bmf/product_2076489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-11-x-14-white-matted-silver-frame-mt0384-s1114mf/product_2076488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-leathersoft-mesh-swivel-mid-back-task-office-chair-black-gowy82lea/product_1983483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-reusable-smart-notepad-3-5-x-5-5-dot-grid-ruled-black-48-pages-evr-m-rc-a-fr/product_24388709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-executive-office-chair-transparent-black-gowy87/product_1983602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-16-x-20-black-matted-silver-frame-mt0384-s1620bmf/product_2084918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-spring-floral-8-5-x-11-academic-weekly-monthly-teacher-planner-plastic-cover/product_24579176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-24-x-37-wet-erase-yearly-wall-calendar-reversible-white-blue-3964-24/product_24562558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-22-x-17-academic-monthly-desk-pad-calendar-white-blue-155-25/product_24588058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0549-b1620bmf/product_2083412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-academic-monthly-planner-leatherette-cover-bright-blue-26308-25/product_24588059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocstor-premium-y10c124-b1-6-hdmi-dvi-d-video-cable-black/product_IM18J2861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-bar-harbor-31-x-21-academic-monthly-wall-calendar-wedgwood-blue-gray-354-25/product_24588062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rocstor-rocpro-p33-2tb-external-usb-type-c-portable-hard-drive-gray-gp3606-01/product_IM18XF286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-seasonal-holiday-depictions-16-5-x-12-academic-monthly-wall-calendar-3395-25/product_24588060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-black-bt5151bk/product_256942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-apple-splash-ii-framed-matted-art-16x20-inches-wood-frame/product_254655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0549-c3047gg/product_2076970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-moleskine-limited-edition-harry-potter-alohomora-5-x-8-25-academic-calendar-weekly-planner-pine-green/product_24598449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-america-s-national-parks-12-x-12-academic-calendar-monthly-wall-calendar-9781975481308/product_24590667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tiffany-fabric-stackable-side-reception-chair-with-arms-gray-bt5161gy/product_256964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-crackled-blush-6-x-7-75-academic-weekly-planner-hardcover-multicolor-9781975480363/product_24590689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rogue-canvas-leather-business-messenger-bag-black-walmessbag-blk/product_24435781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iv-by-michael-tompsett-11-x-14-wood-frame-mt0809-w1114bmf/product_2081885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rogue-leather-wallet-brown-walher-bisbrn/product_24435780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-seat-and-chrome-stool-black/product_130042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-stools-lf214antclblue/product_257422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rogue-wallet-international-traveler-leather-money-clip-brown-waltvlweek-brn/product_24435777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rogue-leather-wallet-brown-walsparbisonbrn/product_24435779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-pen-ink-6-x-7-75-academic-weekly-planner-hardcover-ivory-ebony-9781975480417/product_24590672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-conference-chair-oxblood-bz105oxbld/product_200888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0832-c1219gg/product_2081625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-seaside-currents-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975480424/product_24590670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-mid-back-luxurious-conference-chair-navy/product_200887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0833-c3047gg/product_2081213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-tropical-islands-12-x-12-academic-calendar-monthly-wall-calendar-9781975481377/product_24590680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-orange-go2240org/product_2607255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-11-x-14-black-frame-mt0869-b1114bmf/product_2081747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-floral-cats-7-x-9-5-weekly-monthly-planner-coral-multi-79143/product_24579476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roku-streambar-4k-hd-hdr-streaming-media-player-premium-audio-all-in-one-9102r/product_24463537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-11-x-14-wood-frame-mt0869-w1114bmf/product_2081738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0870-c1419gg/product_2086826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0869-w1620bmf/product_2085827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-18-x-11-academic-monthlydesk-pad-calendar-black-st17004-23/product_24576647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roll-add-2-1-4in/product_387677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-24-x-32-canvas-art-mt0869-c2432gg/product_2081245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-white-black-st12952-23/product_24576638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roller-conical-0-5mm-12pk-blue/product_24563189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-black-blue-belt/product_171076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-black-white-belt/product_171073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-72-height-adjustable-oak-xua4872kidoakta/product_130148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-maroon-belt/product_171070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-96-height-adjustable-gray-xua4896kidgyha/product_201575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-ii-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0870-w1620bmf/product_2085824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-appointment-book-black-st60363-23/product_24576652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-96-height-adjustable-oak-xua4896kidoakha/product_201576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-black-red-belt/product_171084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-11-x-14-black-frame-art/product_312002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-14-x-19-canvas-art/product_312004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-8-5-x-11-academic-weekly-monthly-teacher-planner-paperboard-cover-multicolor-ay25-9600/product_24579727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-16-x-20-black-frame-art/product_312003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-america-s-national-parks-12-x-12-academic-calendar-monthly-wall-calendar-9781975481308/product_24590667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-16-x-20-wood-frame-art/product_312009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-60-height-adjustable-gray-xua3060recgyha/product_201547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-60-height-adjustable-oak-xua3060recoakha/product_201549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-yellow-belt/product_171079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-square-activity-table-24-x-24-height-adjustable-blue-yuycx002sqrtbbl/product_130177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-crackled-blush-6-x-7-75-academic-weekly-planner-hardcover-multicolor-9781975480363/product_24590689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tiffany-fabric-stackable-side-reception-chair-with-arms-gray-bt5161gy/product_256964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rogue-canvas-leather-business-messenger-bag-black-walmessbag-blk/product_24435781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-trapezoid-activity-table-22-5-x-45-height-adjustable-gray-xua2448trapgyha/product_201537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-black-leaves-9-x-11-academic-monthly-planner-paperboard-cover-black-white-ay25-4500/product_24590093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-iv-by-michael-tompsett-11-x-14-wood-frame-mt0809-w1114bmf/product_2081885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rogue-leather-wallet-brown-walher-bisbrn/product_24435780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-stools-lf214antclblue/product_257422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-seat-and-chrome-stool-black/product_130042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rogue-wallet-international-traveler-leather-money-clip-brown-waltvlweek-brn/product_24435777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rogue-leather-wallet-brown-walsparbisonbrn/product_24435779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-pen-ink-6-x-7-75-academic-weekly-planner-hardcover-ivory-ebony-9781975480417/product_24590672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-conference-chair-oxblood-bz105oxbld/product_200888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-12-x-19-canvas-art-mt0832-c1219gg/product_2081625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-seaside-currents-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975480424/product_24590670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-mid-back-luxurious-conference-chair-navy/product_200887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-11-x-14-black-frame-mt0869-b1114bmf/product_2081747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0833-c3047gg/product_2081213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-tropical-islands-12-x-12-academic-calendar-monthly-wall-calendar-9781975481377/product_24590680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roku-streambar-4k-hd-hdr-streaming-media-player-premium-audio-all-in-one-9102r/product_24463537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-11-x-14-wood-frame-mt0869-w1114bmf/product_2081738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vivian-vinyl-swivel-mid-back-executive-office-chair-orange-go2240org/product_2607255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-floral-cats-7-x-9-5-weekly-monthly-planner-coral-multi-79143/product_24579476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roll-add-2-1-4in/product_387677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-22-x-17-academic-monthly-desk-pad-calendar-white-black-st12952-23/product_24576638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-24-x-32-canvas-art-mt0869-c2432gg/product_2081245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0869-w1620bmf/product_2085827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-18-x-11-academic-monthlydesk-pad-calendar-black-st17004-23/product_24576647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0870-c1419gg/product_2086826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roller-conical-0-5mm-12pk-blue/product_24563189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-black-blue-belt/product_171076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-72-height-adjustable-oak-xua4872kidoakta/product_130148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-maroon-belt/product_171070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-96-height-adjustable-gray-xua4896kidgyha/product_201575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-black-white-belt/product_171073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-ii-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0870-w1620bmf/product_2085824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-8-x-11-academic-weekly-monthly-appointment-book-black-st60363-23/product_24576652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-kidney-activity-table-48-x-96-height-adjustable-oak-xua4896kidoakha/product_201576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-black-red-belt/product_171084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-11-x-14-black-frame-art/product_312002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-16-x-20-black-frame-art/product_312003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-8-5-x-11-academic-weekly-monthly-teacher-planner-paperboard-cover-multicolor-ay25-9600/product_24579727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-14-x-19-canvas-art/product_312004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-60-height-adjustable-gray-xua3060recgyha/product_201547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-30-x-60-height-adjustable-oak-xua3060recoakha/product_201549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-stainless-steel-rolling-retractable-belt-barrier-with-11-yellow-belt/product_171079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-16-x-20-wood-frame-art/product_312009 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-square-activity-table-24-x-24-height-adjustable-blue-yuycx002sqrtbbl/product_130177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-trapezoid-activity-table-22-5-x-45-height-adjustable-gray-xua2448trapgyha/product_201537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-black-leaves-9-x-11-academic-monthly-planner-paperboard-cover-black-white-ay25-4500/product_24590093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rolodex-stackable-side-loading-letter-tray-letter-size-black-wire-mesh-62555/product_24433785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rolodex-rotary-cards-white-100-pack-67553/product_233429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-elements-series-denim-6-x-8-academic-weekly-monthly-planner-paperboard-cover-blue-ay25-9202/product_24590065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-camo-9-x-11-academic-monthly-planner-paperboard-cover-blue-ay25-4502/product_24590104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rolodex-wood-tones-front-loading-letter-tray-black-62523/product_604517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rolodex-stainless-steel-trash-can-with-no-lid-black-4-5-gal-22351/product_446004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-19-x-13-x-6-kraft-25-bundle-19136/product_2301383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-18-x-24-canvas-art/product_33849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romano-silver-photo-frame-23-x-27-inch-dsw1385385/product_2192033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-elements-series-living-leaf-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-blue-pack-of-3-rom72504-3/product_24504184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-22-x-16-x-4-kraft-25-bundle-22164/product_2301376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-clear-pack-of-3-rom72520-3/product_24504134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-30-x-47-canvas-art/product_312938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-every-day-s-a-holiday-17-x-12-academic-monthly-desk-pad-calendar-ay25-8500/product_24590066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-26-x-10-x-4-kraft-25-bundle-26104/product_2301372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-canvas-art-30x47-inches/product_244853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-yellow-pack-of-3-rom72503-3/product_24504188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-11-x-14-white-matted-black-frame-ali1289-b1114mf/product_2082967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-30-x-12-x-6-kraft-25-bundle-30126/product_23978603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-magazine-file-9-5-x-3-5-x-11-5-green-pack-of-2-rom77705-2/product_24504126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flavia-aroma-10-cup-commercial-automatic-coffee-maker-black-18000564/product_24582679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-magazine-file-9-5-x-3-5-x-11-5-red-pack-of-2-rom77702-2/product_24497336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flavia-plastic-coffee-organizer-for-freshpacks-black-mdr00084/product_2521581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-small-utility-caddy-9-25-x-9-25-x-5-25-green-pack-of-6-rom25905-6/product_24497347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-stowaway-tray-no-lid-5-25-x-13-25-x-7-75-purple-pack-of-3-rom12106-3/product_24497439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-scandinavian-symbols-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4212/product_24590080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-tattle-book-basket-12-25-x-9-75-x-6-yellow-pack-of-3-rom74903-3/product_24504407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-slate-9-x-11-academic-monthly-planner-paperboard-cover-black-gray-ay25-4512/product_24590085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flex-2-1-50-strength-flexible-reading-glasses-black-demi-e5028/product_24286326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0449-c2232gg/product_2077133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-green-2-bd/product_139103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0449-c3047gg/product_2080961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-true-blue-flowers-3-5-x-6-5-academic-weekly-monthly-planner-paperboard-cover-multicolor/product_24590061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-5-pack-small-tubs/product_SS134255150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flex-seal-flex-glue-9-oz-clear-gfsclrr09/product_24420587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-letter-box-no-lid-green-4-ea-bd/product_139356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-small-tub-purple-5-pack/product_1582507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-sealant-coating-spray-14-oz-clear-fscl20/product_24420584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-20-x-47-canvas-art-ma0641-c2047gg/product_2079922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-8-x-19-canvas-art-ma0641-c819gg/product_2077822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-plastic-5-letter-box-with-lid-green-pack-of-2-rom16005-2/product_24504447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-35-x-35-canvas-art/product_314290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-adventures-under-the-sea-peel-and-stick-wall-decal-10-x-18/product_135462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-baby-shark-children-s-wall-decal-set-cartoons-rmk4303scs/product_24565473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-sweet-citrus-22-x-17-academic-monthly-desk-calendar-orange-green-pdc3d12-076/product_24582953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rolodex-stackable-side-loading-letter-tray-letter-size-black-wire-mesh-62555/product_24433785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rolodex-rotary-cards-white-100-pack-67553/product_233429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-vivid-blooms-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor-ppcd12-478/product_24582964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-electric-l-shaped-adjustable-standing-desk/product_SS237146118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-16-x-24-canvas-art/product_315503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-elements-series-denim-6-x-8-academic-weekly-monthly-planner-paperboard-cover-blue-ay25-9202/product_24590065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-buddy-the-elf-contemporary-wall-decal-set-holiday-rmk4339gm/product_24565463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-camo-9-x-11-academic-monthly-planner-paperboard-cover-blue-ay25-4502/product_24590104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rolodex-wood-tones-front-loading-letter-tray-black-62523/product_604517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rolodex-stainless-steel-trash-can-with-no-lid-black-4-5-gal-22351/product_446004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-19-x-13-x-6-kraft-25-bundle-19136/product_2301383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seduccion-18-x-24-canvas-art/product_33849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romano-silver-photo-frame-23-x-27-inch-dsw1385385/product_2192033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-elements-series-living-leaf-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-blue-pack-of-3-rom72504-3/product_24504184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-22-x-16-x-4-kraft-25-bundle-22164/product_2301376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-clear-pack-of-3-rom72520-3/product_24504134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-30-x-47-canvas-art/product_312938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-every-day-s-a-holiday-17-x-12-academic-monthly-desk-pad-calendar-ay25-8500/product_24590066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-26-x-10-x-4-kraft-25-bundle-26104/product_2301372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-canvas-art-30x47-inches/product_244853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-yellow-pack-of-3-rom72503-3/product_24504188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-11-x-14-white-matted-black-frame-ali1289-b1114mf/product_2082967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-30-x-12-x-6-kraft-25-bundle-30126/product_23978603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-magazine-file-9-5-x-3-5-x-11-5-green-pack-of-2-rom77705-2/product_24504126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-magazine-file-9-5-x-3-5-x-11-5-red-pack-of-2-rom77702-2/product_24497336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flavia-aroma-10-cup-commercial-automatic-coffee-maker-black-18000564/product_24582679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flavia-plastic-coffee-organizer-for-freshpacks-black-mdr00084/product_2521581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-small-utility-caddy-9-25-x-9-25-x-5-25-green-pack-of-6-rom25905-6/product_24497347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-stowaway-tray-no-lid-5-25-x-13-25-x-7-75-purple-pack-of-3-rom12106-3/product_24497439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-scandinavian-symbols-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4212/product_24590080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-tattle-book-basket-12-25-x-9-75-x-6-yellow-pack-of-3-rom74903-3/product_24504407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-true-blue-flowers-3-5-x-6-5-academic-weekly-monthly-planner-paperboard-cover-multicolor/product_24590061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0449-c3047gg/product_2080961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-green-2-bd/product_139103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0449-c2232gg/product_2077133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flex-2-1-50-strength-flexible-reading-glasses-black-demi-e5028/product_24286326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-slate-9-x-11-academic-monthly-planner-paperboard-cover-black-gray-ay25-4512/product_24590085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-5-pack-small-tubs/product_SS134255150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flex-seal-flex-glue-9-oz-clear-gfsclrr09/product_24420587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flex-seal-liquid-rubber-sealant-coating-spray-14-oz-clear-fscl20/product_24420584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-20-x-47-canvas-art-ma0641-c2047gg/product_2079922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-letter-box-no-lid-green-4-ea-bd/product_139356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-plastic-5-letter-box-with-lid-green-pack-of-2-rom16005-2/product_24504447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/romanoff-products-stowaway-small-tub-purple-5-pack/product_1582507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-8-x-19-canvas-art-ma0641-c819gg/product_2077822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serenity-pond-35-x-35-canvas-art/product_314290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-adventures-under-the-sea-peel-and-stick-wall-decal-10-x-18/product_135462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-sweet-citrus-22-x-17-academic-monthly-desk-calendar-orange-green-pdc3d12-076/product_24582953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-baby-shark-children-s-wall-decal-set-cartoons-rmk4303scs/product_24565473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-vivid-blooms-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor-ppcd12-478/product_24582964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-for-seven-brothers-16-x-24-canvas-art/product_315503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-electric-l-shaped-adjustable-standing-desk/product_SS237146118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-buddy-the-elf-contemporary-wall-decal-set-holiday-rmk4339gm/product_24565463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-l-shaped-adjustable-standing-desk-white-e7lw557624wht/product_24572664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-seven-brothers-11-x-14-black-frame-art/product_315500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-cars-mater-peel-and-stick-giant-wall-decal-18-x-40/product_135685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-bamboo-white-e7wpro5528-lbzb/product_24588909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-botanical-fruit-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-46227/product_24593646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sevilla-fiestas-de-primavera-da-pena-gallery-wrapped/product_255219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-b1114mf-the-aqua-vase-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-cinderella-glamour-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-electric-adjustable-standing-desk/product_SS237146094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-curious-george-peel-and-stick-giant-wall-decal-18-x-40/product_135711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1620bmf-red-flower-shadows-by-sheila-golden-20-x-16-frm-art-blk-mtd/product_1551461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1114bmf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-blk-mtd/product_1551936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-ew8-48-w-adjustable-standing-desk-black-ew8b/product_24572670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-dream-believe-discover-peel-and-stick-wall-decal-black/product_136098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7q-72-w-adjustable-standing-desk-bamboo-black-e7qbr7230-lbzb/product_24588918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c2432gg-purple-blooms-in-sunlight-by-sheila-golden-32-x-24-frmls-art/product_1552489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cherry-blossom-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47439/product_24593550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-28-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-28b/product_24592396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-36-w-manual-adjustable-standing-desk-converter-black-m7-e-36c/product_24592397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-40-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-40b/product_24592394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-family-and-friends-peel-and-stick-wall-decal-10-x-18/product_136103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-finding-nemo-peel-and-stick-wall-decal/product_203048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-green-goddess-3-5-x-6-5-monthly-planner-multicolor-38505/product_24561092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-indigo-3-5-x-6-5-monthly-planner-beige-blue-38512/product_24561098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c1419gg-vase-with-yellow-flowers-by-sheila-golden-19-x-14-frmls-art/product_1552384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-vici-29-48-adjustable-desk-black-e9b/product_24474776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-ivy-green-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-green-gold-47743/product_24593554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-gerber-daisies-peel-and-stick-wall-decal-40-x-18-40-x-9/product_136109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-modern-sunset-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-black-yellow-47750/product_24593560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5701-c1419gg-enchanted-by-sheila-golden-19-x-14-frameless-art/product_1552507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-mystic-butterfly-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47460/product_24593535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-halloween-contemporary-wall-decal-set-holiday-rmk4690gm/product_24565465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-plum-abstract-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47606/product_24593545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-36-piece-dry-erase-board-pen-and-eraser-class-pack-multi-grade-21003/product_24473800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-happy-holidays-contemporary-wall-decal-set-holiday-rmk5180scs/product_24565480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-happy-halloween-contemporary-wall-decal-set-holiday-rmk5085scs/product_24565490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-poppies-3-5-x-6-5-monthly-planner-multicolor-38543/product_24561059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-harry-potter-peel-and-stick-wall-decal-10-x-18/product_135760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-poppies-3-5-x-6-5-monthly-planner-multicolor-38543/product_24588674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-76-w-l-shaped-adjustable-standing-desk-white-e7lw557624wht/product_24572664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-hogwarts-crest-peel-and-stick-giant-wall-decal-18-x-40/product_135756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-w1114mf-mystic-garden-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-tote-blue-4-pack-40162/product_24575904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seven-brides-seven-brothers-11-x-14-black-frame-art/product_315500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-cars-mater-peel-and-stick-giant-wall-decal-18-x-40/product_135685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-botanical-fruit-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-46227/product_24593646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-adjustable-standing-desk-bamboo-white-e7wpro5528-lbzb/product_24588909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-b1114bmf-orange-reflection-by-sheila-golden-14-x-11-frm-art-blk-mtd/product_1551941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-live-love-laugh-quote-peel-and-stick-wall-decal-18-x-40/product_136117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-48-wall-screen-corrugated-study-carrel-24-pack-white-flp6000524/product_138529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sevilla-fiestas-de-primavera-da-pena-gallery-wrapped/product_255219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-b1114mf-the-aqua-vase-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-55-w-electric-adjustable-standing-desk/product_SS237146094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-cinderella-glamour-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-curious-george-peel-and-stick-giant-wall-decal-18-x-40/product_135711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1620bmf-red-flower-shadows-by-sheila-golden-20-x-16-frm-art-blk-mtd/product_1551461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5698-b1114bmf-red-flower-shadows-by-sheila-golden-14-x-11-frm-art-blk-mtd/product_1551936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-c2432gg-purple-blooms-in-sunlight-by-sheila-golden-32-x-24-frmls-art/product_1552489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-dream-believe-discover-peel-and-stick-wall-decal-black/product_136098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cherry-blossom-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47439/product_24593550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-ew8-48-w-adjustable-standing-desk-black-ew8b/product_24572670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-e7q-72-w-adjustable-standing-desk-bamboo-black-e7qbr7230-lbzb/product_24588918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-28-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-28b/product_24592396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-family-and-friends-peel-and-stick-wall-decal-10-x-18/product_136103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-40-w-manual-rectangular-adjustable-standing-desk-converter-black-m7-e-40b/product_24592394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-m7-series-36-w-manual-adjustable-standing-desk-converter-black-m7-e-36c/product_24592397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-finding-nemo-peel-and-stick-wall-decal/product_203048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-green-goddess-3-5-x-6-5-monthly-planner-multicolor-38505/product_24561092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-indigo-3-5-x-6-5-monthly-planner-beige-blue-38512/product_24561098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-c1419gg-vase-with-yellow-flowers-by-sheila-golden-19-x-14-frmls-art/product_1552384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flexispot-vici-29-48-adjustable-desk-black-e9b/product_24474776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-ivy-green-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-green-gold-47743/product_24593554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-gerber-daisies-peel-and-stick-wall-decal-40-x-18-40-x-9/product_136109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-modern-sunset-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-black-yellow-47750/product_24593560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5701-c1419gg-enchanted-by-sheila-golden-19-x-14-frameless-art/product_1552507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-mystic-butterfly-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47460/product_24593535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-halloween-contemporary-wall-decal-set-holiday-rmk4690gm/product_24565465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-plum-abstract-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47606/product_24593545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-36-piece-dry-erase-board-pen-and-eraser-class-pack-multi-grade-21003/product_24473800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-happy-holidays-contemporary-wall-decal-set-holiday-rmk5180scs/product_24565480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-happy-halloween-contemporary-wall-decal-set-holiday-rmk5085scs/product_24565490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-harry-potter-peel-and-stick-wall-decal-10-x-18/product_135760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-poppies-3-5-x-6-5-monthly-planner-multicolor-38543/product_24561059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-poppies-3-5-x-6-5-monthly-planner-multicolor-38543/product_24588674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-tote-blue-4-pack-40162/product_24575904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-w1114mf-mystic-garden-by-sheila-golden-11-x-14-framed-art-wht-mtd/product_1551942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-hogwarts-crest-peel-and-stick-giant-wall-decal-18-x-40/product_135756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-48-wall-screen-corrugated-study-carrel-24-pack-white-flp6000524/product_138529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-live-love-laugh-quote-peel-and-stick-wall-decal-18-x-40/product_136117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-b1114bmf-orange-reflection-by-sheila-golden-14-x-11-frm-art-blk-mtd/product_1551941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:48:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-8-5-x-11-sketch-book-14-sheets-24-pack-bk824/product_24473847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-merry-christmas-wreath-traditional-wall-decal-set-holiday-rmk4480gm/product_24565458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1114mf-orange-reflection-by-sheila-golden-14-x-11-framed-art-wht-mtd/product_1551939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-vintage-floral-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47613/product_24593556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-art-achievement-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va570-5/product_24575910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-watercolor-stripe-22-x-17-academic-monthly-desk-pad-calendar-47576/product_24593585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-peel-and-stick-wall-decal-10-x-18/product_135793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c3547gg-geraniums-against-yellow-by-sheila-golden-47-x-35-frmls-art/product_1552038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-waves-3-5-x-6-5-monthly-planner-multicolor-38581/product_24561001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-clubhouse-capers-chair-rail-prepasted-wallpaper-mural/product_1236051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-minnie-loves-pink-peel-and-stick-wall-decal/product_203058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-black-chalkboard-wood-frame-18-x-24-flp32200/product_24322571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-black-on-black-foam-board-20-x-30-matte-finish-pack-of-10-flp2030810/product_1610231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2026-willow-creek-basic-black-academic-monthly-planner-paper-cover-black-brown-47651/product_24593565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-chalk-board-frameless-24-x-36-pack-of-2-flp10206-2/product_24496428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-notebook-paper-dry-erase-peel-and-stick-giant-wall-decal-white/product_277214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-c-flute-corrugated-sheet-40-x-32-brown-25-carton-32405-25/product_24575887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-chalkboard-marquee-easel-42-black-stained-wood-31221/product_24473767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-botanical-14-pack-rmk3848gm/product_24425279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-monthly-wall-calendar-pm170-28-24/product_24549125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-daily-monthly-refill-pages-white-brown-491-225-24/product_24548825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-architecture-6-pack-rmk4121gm/product_24425308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2026-willow-creek-one-step-stripe-7-5-x-9-5-academic-monthly-planner-paper-cover-multicolor-47637/product_24593553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-botanical-31-pack-rmk3201gm/product_24425283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c1818gg-mixed-blue-bouquet-by-sheila-golden-18-x-18-frameless-art/product_1551286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c1419gg-sweet-memory-by-sheila-golden-19-x-14-frameless-art/product_1552434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-b1620mf-sweet-memory-by-sheila-golden-20-x-16-framed-art-white-matted/product_1553504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-w1111mf-mixed-blue-bouquet-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c3535gg-mixed-blue-bouquet-by-sheila-golden-35-x-35-frameless-art/product_1554103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-15-5-x-22-75-monthly-wet-erase-wall-calendar-pmlm03-28-24/product_24549083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-15-x-12-monthly-wall-calendar-pm8-28-24/product_24548760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-6-3mm-thick-flp-38000/product_2127130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c2432gg-sweet-memory-by-sheila-golden-32-x-24-frameless-art/product_1552486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-16-x-12-yearly-wet-erase-wall-calendar-reversible-red-pm330b-28-24/product_24549076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-8-3mm-thick-flp38001/product_2127131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-6-6mm-thick-flp38005/product_2127359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-2-5-x-4-5-weekly-planner-black-70-035-05-24/product_24549096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-decorative-16-pack-rmk3696gm/product_24427851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-decorative-16-pack-rmk3697gm/product_24425290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-b1620mf-bouquet-for-bonnard-by-sheila-golden-20-x-16-frm-art-wht-mtd/product_1553577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-black-red-sk1170-00-24/product_24549091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-20-x-30-monthly-wall-calendar-pm4-28-24/product_24549075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-green-brown-gg2500-00-24/product_24549140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-decal-dogwood-flowers/product_136097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-nature-2-pack-rmk3903scs/product_24425307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-decal-construction-trucks/product_277207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-board-4-x-3-bleached-white-24-carton-30042-24/product_847448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-75-x-15-5-three-month-wall-calendar-pm6-28-24/product_24549158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-14-x-40-white-48-carton-33314-48/product_24575927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-8-5-x-11-sketch-book-14-sheets-24-pack-bk824/product_24473847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-w1620mf-bouquet-for-bonnard-by-sheila-golden-20-x-16-frm-art-wht-mtd/product_1553576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-merry-christmas-wreath-traditional-wall-decal-set-holiday-rmk4480gm/product_24565458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-pokemon-iconic-peel-and-stick-wall-decal/product_1236041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5703-w1114mf-orange-reflection-by-sheila-golden-14-x-11-framed-art-wht-mtd/product_1551939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-hour-7-x-8-75-daily-appointment-book-black-70-824-05-24/product_24549164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c2424gg-floral-expressions-by-sheila-golden-24-x-24-frameless-art/product_1553418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-princess-sleeps-here-peel-and-stick-giant-wall-decal-with-alphabet-18-x-40-9-x-40/product_135580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-vintage-floral-8-5-x-11-academic-weekly-monthly-planner-paper-cover-multicolor-47613/product_24593556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-art-achievement-certificate-8-5-x-11-multicolor-30-pack-5-packs-carton-va570-5/product_24575910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c3535gg-floral-expressions-by-sheila-golden-35-x-35-frameless-art/product_1554104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-watercolor-stripe-22-x-17-academic-monthly-desk-pad-calendar-47576/product_24593585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-peel-and-stick-wall-decal-10-x-18/product_135793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c3547gg-geraniums-against-yellow-by-sheila-golden-47-x-35-frmls-art/product_1552038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-waves-3-5-x-6-5-monthly-planner-multicolor-38581/product_24561001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-19-monthly-desk-pad-calendar-white-black-sk30-00-24/product_24549065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-clubhouse-capers-chair-rail-prepasted-wallpaper-mural/product_1236051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-minnie-loves-pink-peel-and-stick-wall-decal/product_203058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-black-chalkboard-wood-frame-18-x-24-flp32200/product_24322571 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-chalk-board-frameless-24-x-36-pack-of-2-flp10206-2/product_24496428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2026-willow-creek-basic-black-academic-monthly-planner-paper-cover-black-brown-47651/product_24593565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-black-on-black-foam-board-20-x-30-matte-finish-pack-of-10-flp2030810/product_1610231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-notebook-paper-dry-erase-peel-and-stick-giant-wall-decal-white/product_277214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-c-flute-corrugated-sheet-40-x-32-brown-25-carton-32405-25/product_24575887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-chalkboard-marquee-easel-42-black-stained-wood-31221/product_24473767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-botanical-14-pack-rmk3848gm/product_24425279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-monthly-wall-calendar-pm170-28-24/product_24549125 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-architecture-6-pack-rmk4121gm/product_24425308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-2026-willow-creek-one-step-stripe-7-5-x-9-5-academic-monthly-planner-paper-cover-multicolor-47637/product_24593553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-daily-monthly-refill-pages-white-brown-491-225-24/product_24548825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-15-5-x-22-75-monthly-wet-erase-wall-calendar-pmlm03-28-24/product_24549083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c1818gg-mixed-blue-bouquet-by-sheila-golden-18-x-18-frameless-art/product_1551286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-w1111mf-mixed-blue-bouquet-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-botanical-31-pack-rmk3201gm/product_24425283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-c3535gg-mixed-blue-bouquet-by-sheila-golden-35-x-35-frameless-art/product_1554103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c1419gg-sweet-memory-by-sheila-golden-19-x-14-frameless-art/product_1552434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-b1620mf-sweet-memory-by-sheila-golden-20-x-16-framed-art-white-matted/product_1553504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-15-x-12-monthly-wall-calendar-pm8-28-24/product_24548760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-6-3mm-thick-flp-38000/product_2127130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-16-x-12-yearly-wet-erase-wall-calendar-reversible-red-pm330b-28-24/product_24549076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-8-3mm-thick-flp38001/product_2127131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-c2432gg-sweet-memory-by-sheila-golden-32-x-24-frameless-art/product_1552486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-cork-roll-4-x-6-6mm-thick-flp38005/product_2127359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-2-5-x-4-5-weekly-planner-black-70-035-05-24/product_24549096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-decorative-16-pack-rmk3696gm/product_24427851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-decorative-16-pack-rmk3697gm/product_24425290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-b1620mf-bouquet-for-bonnard-by-sheila-golden-20-x-16-frm-art-wht-mtd/product_1553577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-black-red-sk1170-00-24/product_24549091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-20-x-30-monthly-wall-calendar-pm4-28-24/product_24549075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-21-75-x-17-monthly-desk-pad-calendar-green-brown-gg2500-00-24/product_24549140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-decal-dogwood-flowers/product_136097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-nature-2-pack-rmk3903scs/product_24425307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-decal-construction-trucks/product_277207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-board-4-x-3-bleached-white-24-carton-30042-24/product_847448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-75-x-15-5-three-month-wall-calendar-pm6-28-24/product_24549158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-14-x-40-white-48-carton-33314-48/product_24575927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-w1620mf-bouquet-for-bonnard-by-sheila-golden-20-x-16-frm-art-wht-mtd/product_1553576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-pokemon-iconic-peel-and-stick-wall-decal/product_1236041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c3535gg-floral-expressions-by-sheila-golden-35-x-35-frameless-art/product_1554104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-hour-7-x-8-75-daily-appointment-book-black-70-824-05-24/product_24549164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c2424gg-floral-expressions-by-sheila-golden-24-x-24-frameless-art/product_1553418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-princess-sleeps-here-peel-and-stick-giant-wall-decal-with-alphabet-18-x-40-9-x-40/product_135580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-19-monthly-desk-pad-calendar-white-black-sk30-00-24/product_24549065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-study-carrel-18-x-48-white-24-carton-61848-24/product_24575897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-spider-man-wall-decal-set-movies-tv-rmk4234gm/product_24565475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-75-x-6-75-weekly-monthly-planner-refill-white-gray-063-285y-24/product_24548811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-drawing-book-7-x-8-5-white-24-pack-bk524/product_24473913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1620mf-amid-sunflowers-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-c1419gg-amid-sunflowers-by-sheila-golden-14-x-19-frameless-art/product_1552435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-red-blue-a152-24/product_24549139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-c1824gg-amid-sunflowers-by-sheila-golden-18-x-24-frameless-art/product_1550954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-wood-frame-36-x-48-17940/product_24575920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-chalkboard-marquee-easel-42-white-black-natural-wood-31200/product_24473905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-x-8-daily-appointment-book-black-70-203-05-24/product_24548801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-stickshades-contemporary-window-film-privacy-wfm3711slg/product_24425321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5714-c2432gg-wildflowers-against-the-sky-by-sheila-golden-32-x-24-frmls-art/product_1552485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shabby-chick-bw-by-patty-tuggl-canvas-ready-to-hang-16x24-inches/product_254321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-the-princess-and-the-frog-chair-rail-prepasted-wall-mural-6-ft-h-x-10-1-2-ft-w/product_135957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-42-white-black-stained-wood-31710/product_24473855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-42-white-black-natural-wood-31700/product_24473852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-the-hobbit-quote-peel-and-stick-wall-decal/product_203055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-mobile-whiteboard-9-x-12-12-pack-21012/product_24473921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-30-x-47-canvas-art/product_498176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-note-3-x-3-dozen-91133/product_24575924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-16-x-20-black-frame-art/product_315083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roots-executive-nylon-padfolio-dark-gray-rq772-982/product_24454346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-5-x-0-5-24-pack-45656/product_24473880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-22-x-32-canvas-art/product_315086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-25-x-11-weekly-monthly-appointment-book-planner-green-70-950g-60-24/product_24548763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-6-x-9-12-pack-11354/product_24473853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-monthly-planner-refill-white-brown-481-485-24/product_24548768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-planner-refill-pages-white-gray-061-285y-24/product_24548767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-9-x-12-dozen-10070-12/product_24575915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/round-world-products-world-map-international-jigsaw-puzzle-500-piece-rwphmp01/product_1610006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-savory-peach-kombucha-12-oz-12-box-307-00390/product_24563511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-11-monthly-wall-calendar-pm1-28-24/product_24548764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-11-x-14-wood-frame-mt0755-w1114bmf/product_2082041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-e-flute-corrugated-sheet-40-x-32-brown-10-carton-32404-10/product_24575871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-11-daily-four-person-appointment-book-black-70-822-05-24/product_24549168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-11-x-14-black-frame-mt0755-b1114mf/product_2082042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0755-w1620bmf/product_2086160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roxio-easy-vhs-to-dvd-3-plus-for-1-user-windows-dvd-cork1z800f043/product_429741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-alpha2000ml-cash-register-black/product_24472690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-11-x-14-black-frame-mt0526-b1114bmf/product_2082773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-9-x-11-monthly-planner-black-70-260-05-24/product_24548803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-yellow-10-pack-20365-10/product_24576848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-green-10-pack-20345-10/product_24576849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-0-angular-shader-pack-of-6-pk6-r4200a-0/product_24200754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-9-x-11-monthly-planner-purple-70-250x-14-24/product_24548783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-30-x-40-white-10-carton-30400-10/product_24575866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-black-frame-mt0526-b1620bmf/product_2083513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-study-carrel-18-x-48-white-24-carton-61848-24/product_24575897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0535-b1620mf/product_2083485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-5-x-8-19-weekly-appointment-book-black-g210-00-24/product_24548834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0535-w1620mf/product_2083484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-b1620mf-amid-sunflowers-by-sheila-golden-16-x-20-framed-art-wht-mtd/product_1553506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-drawing-book-7-x-8-5-white-24-pack-bk524/product_24473913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-spider-man-wall-decal-set-movies-tv-rmk4234gm/product_24565475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-75-x-6-75-weekly-monthly-planner-refill-white-gray-063-285y-24/product_24548811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-red-blue-a152-24/product_24549139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-c1419gg-amid-sunflowers-by-sheila-golden-14-x-19-frameless-art/product_1552435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-c1824gg-amid-sunflowers-by-sheila-golden-18-x-24-frameless-art/product_1550954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-wood-frame-36-x-48-17940/product_24575920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-chalkboard-marquee-easel-42-white-black-natural-wood-31200/product_24473905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-5-x-8-daily-appointment-book-black-70-203-05-24/product_24548801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-stickshades-contemporary-window-film-privacy-wfm3711slg/product_24425321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5714-c2432gg-wildflowers-against-the-sky-by-sheila-golden-32-x-24-frmls-art/product_1552485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-the-princess-and-the-frog-chair-rail-prepasted-wall-mural-6-ft-h-x-10-1-2-ft-w/product_135957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shabby-chick-bw-by-patty-tuggl-canvas-ready-to-hang-16x24-inches/product_254321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-42-white-black-natural-wood-31700/product_24473852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-marquee-easel-42-white-black-stained-wood-31710/product_24473855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roommates-the-hobbit-quote-peel-and-stick-wall-decal/product_203055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-note-3-x-3-dozen-91133/product_24575924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-mobile-whiteboard-9-x-12-12-pack-21012/product_24473921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shades-of-gold-30-x-47-canvas-art/product_498176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-16-x-20-black-frame-art/product_315083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-0-5-x-0-5-24-pack-45656/product_24473880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roots-executive-nylon-padfolio-dark-gray-rq772-982/product_24454346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-22-x-32-canvas-art/product_315086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-monthly-planner-refill-white-brown-481-485-24/product_24548768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-6-x-9-12-pack-11354/product_24473853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-25-x-11-weekly-monthly-appointment-book-planner-green-70-950g-60-24/product_24548763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-9-x-12-dozen-10070-12/product_24575915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-5-x-5-5-weekly-planner-refill-pages-white-gray-061-285y-24/product_24548767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rowdy-mermaid-organic-savory-peach-kombucha-12-oz-12-box-307-00390/product_24563511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/round-world-products-world-map-international-jigsaw-puzzle-500-piece-rwphmp01/product_1610006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-11-x-14-wood-frame-mt0755-w1114bmf/product_2082041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-11-monthly-wall-calendar-pm1-28-24/product_24548764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-e-flute-corrugated-sheet-40-x-32-brown-10-carton-32404-10/product_24575871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-11-daily-four-person-appointment-book-black-70-822-05-24/product_24549168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-11-x-14-black-frame-mt0755-b1114mf/product_2082042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-alpha2000ml-cash-register-black/product_24472690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roxio-easy-vhs-to-dvd-3-plus-for-1-user-windows-dvd-cork1z800f043/product_429741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-british-columbia-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0755-w1620bmf/product_2086160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-9-x-11-monthly-planner-black-70-260-05-24/product_24548803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-11-x-14-black-frame-mt0526-b1114bmf/product_2082773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-yellow-10-pack-20365-10/product_24576848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-contemporary-9-x-11-monthly-planner-purple-70-250x-14-24/product_24548783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-green-10-pack-20345-10/product_24576849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-30-x-40-white-10-carton-30400-10/product_24575866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-black-frame-mt0526-b1620bmf/product_2083513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-0-angular-shader-pack-of-6-pk6-r4200a-0/product_24200754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0535-b1620mf/product_2083485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-5-x-8-19-weekly-appointment-book-black-g210-00-24/product_24548834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0535-w1620mf/product_2083484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-black-3-pack-ovs30087/product_24575894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-12-0-angular-shader-pack-of-6-pk6-r4200a-12-0/product_24200774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-blue-24-carton-30085-24/product_24576840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-5-x-11-monthly-planner-poly-cover-gray-gc470-07-24/product_24548826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-white-24-carton-30048-24/product_24575880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouqet-ii-gallery-wrapped-canvas-art-24x32-inches/product_255017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-computer-privacy-screen-w-pass-through-window-22-5-h-x-62-w-black-24-pack-61858/product_24575841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-x-11-weekly-appointment-book-burgundy-g520-14-24/product_24549143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-ii-canvas-art-canvas-art-ready-to-h-14x19-inches/product_255014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-30-0-monogram-pack-of-6-pk6-r4200m-30-0/product_24202268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-general-learning-dry-erase-answer-paddle-set-with-erasers-and-pens-multi-grade-10042/product_24473925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-ii-canvas-art-canvas-art-ready-to-h-35x47-inches/product_255019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-violet-canvas-art/product_254925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-pink-canvas-art-35x35-inches/product_254970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalk-board-frameless-9-5-x-12-pack-of-6-flp10109-6/product_24496427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-yellow-canvas-art-35x47-inches/product_254905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-premiere-8-x-11-75-monthly-planner-hardsided-cover-black-g470h-00-24/product_24548779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-aluminum-frame-18-x-24-32710/product_24575855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-4-round-pack-of-6-pk6-r4200r-4/product_24202278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-brites-paper-poster-boards-14-x-11-assorted-fluorescent-neon-colors-5-pack-23500/product_927853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-easy-to-read-21-75-x-17-monthly-desk-pad-calendar-white-blue-sklp24-32-24/product_24549070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-aluminum-frame-24-x-36-33710/product_24575857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-copper-bowl-canvas-art-24x32-inches/product_255026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-dream-bouquet-canvas-art-18x18-inches/product_254949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-brites-two-cool-colors-primary-paper-poster-boards-22-x-28-light-blue-dark-blue-5-pack-23421/product_619702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-dream-bouquet-canvas-art-14x14-inches/product_254948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-consumer-firesafe-fb15-fireproof-document-bag-13518x/product_24564142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-consumer-alpha-roy69163y-7000ml-cash-register-black/product_2109838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fashion-9-x-11-monthly-planner-navy-70-260-20-24/product_24549167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-green-reflection-canvas-art-35x35-inches/product_254954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-dansk-butter-cookies-12-oz-krd819971/product_671512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-class-pack-dry-erase-whiteboard-9-x-12-flp21004/product_272510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-whiteboard-9-x-12-3-bundle-flp10025-3/product_24496241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-glass-vase-canvas-art-ready-to-hang-18x24-inches/product_254710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-kathy-davis-8-5-x-5-5-monthly-planner-refill-multicolor-kd81-685-25/product_24583025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-markers-with-erasers-fine-point-assorted-colors-12-carton-19273/product_24575942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-mobile-dry-erase-whiteboard-9-x-12-24-carton-10025-24/product_24575918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magenta-blossoms-in-blue-vase-18-x-18-canvas-stretched-190836239931/product_2575881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-multi-schedule-15-x-12-monthly-wall-calendar-white-blue-pm22ms-28-24/product_24549131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-music-staff-dry-erase-mobile-whiteboard-11-x-16-12-pack-11267/product_24473777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-super-value-pack-short-handle-assorted-brushes-10-pack-svp1/product_2313395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-my-day-6-75-x-3-75-daily-planner-refill-white-red-063-125y-24/product_24548795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-mauve-garden-shadows-14-x-19-canvas-stretched-190836239566/product_2576446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-perfect-attendance-certificate-with-reward-seals-8-5-x-11-multicolor-30-pack-5-packs-carton-va801-5/product_24575911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-natural-cork-tiles-12-x-12-4-per-pack-2-packs-flp10058-2/product_24496189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-polypropylene-project-board-28-x-20-32331-10/product_24473830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-blooming-11-x-11-matted-framed-190836240975/product_2573880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-2-row-electric-coin-counter-with-patented-anti-jam-technology-and-digital-counting-display-fs-2d/product_736778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-12-x-15-monthly-wall-calendar-pm0212-28-24/product_24549109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-poppies-canvas-art-14x19-inches/product_254875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-12-0-angular-shader-pack-of-6-pk6-r4200a-12-0/product_24200774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:49:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-black-3-pack-ovs30087/product_24575894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-blue-24-carton-30085-24/product_24576840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-vase-canvas-art-18x24-inches/product_255123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-5-x-11-monthly-planner-poly-cover-gray-gc470-07-24/product_24548826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-white-24-carton-30048-24/product_24575880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouqet-ii-gallery-wrapped-canvas-art-24x32-inches/product_255017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-back-load-bill-counter-black-gray-rbc-es200/product_24452442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-computer-privacy-screen-w-pass-through-window-22-5-h-x-62-w-black-24-pack-61858/product_24575841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-x-11-weekly-appointment-book-burgundy-g520-14-24/product_24549143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-5-x-8-weekly-monthly-appointment-book-planner-black-76-02-05-24/product_24559843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-ii-canvas-art-canvas-art-ready-to-h-14x19-inches/product_255014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-general-learning-dry-erase-answer-paddle-set-with-erasers-and-pens-multi-grade-10042/product_24473925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-ii-canvas-art-canvas-art-ready-to-h-35x47-inches/product_255019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-30-0-monogram-pack-of-6-pk6-r4200m-30-0/product_24202268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-violet-canvas-art/product_254925 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalk-board-frameless-9-5-x-12-pack-of-6-flp10109-6/product_24496427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-aluminum-frame-18-x-24-32710/product_24575855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-pink-canvas-art-35x35-inches/product_254970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-premiere-8-x-11-75-monthly-planner-hardsided-cover-black-g470h-00-24/product_24548779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-bouquet-in-yellow-canvas-art-35x47-inches/product_254905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-4-round-pack-of-6-pk6-r4200r-4/product_24202278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-brites-paper-poster-boards-14-x-11-assorted-fluorescent-neon-colors-5-pack-23500/product_927853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-easy-to-read-21-75-x-17-monthly-desk-pad-calendar-white-blue-sklp24-32-24/product_24549070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-green-chalkboard-aluminum-frame-24-x-36-33710/product_24575857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-copper-bowl-canvas-art-24x32-inches/product_255026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-dream-bouquet-canvas-art-18x18-inches/product_254949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-brites-two-cool-colors-primary-paper-poster-boards-22-x-28-light-blue-dark-blue-5-pack-23421/product_619702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-dream-bouquet-canvas-art-14x14-inches/product_254948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-consumer-firesafe-fb15-fireproof-document-bag-13518x/product_24564142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-consumer-alpha-roy69163y-7000ml-cash-register-black/product_2109838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-green-reflection-canvas-art-35x35-inches/product_254954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fashion-9-x-11-monthly-planner-navy-70-260-20-24/product_24549167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-class-pack-dry-erase-whiteboard-9-x-12-flp21004/product_272510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-dansk-butter-cookies-12-oz-krd819971/product_671512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-magnetic-dry-erase-whiteboard-9-x-12-3-bundle-flp10025-3/product_24496241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-glass-vase-canvas-art-ready-to-hang-18x24-inches/product_254710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-kathy-davis-8-5-x-5-5-monthly-planner-refill-multicolor-kd81-685-25/product_24583025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-mobile-dry-erase-whiteboard-9-x-12-24-carton-10025-24/product_24575918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magenta-blossoms-in-blue-vase-18-x-18-canvas-stretched-190836239931/product_2575881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-markers-with-erasers-fine-point-assorted-colors-12-carton-19273/product_24575942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-multi-schedule-15-x-12-monthly-wall-calendar-white-blue-pm22ms-28-24/product_24549131 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-music-staff-dry-erase-mobile-whiteboard-11-x-16-12-pack-11267/product_24473777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-super-value-pack-short-handle-assorted-brushes-10-pack-svp1/product_2313395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-my-day-6-75-x-3-75-daily-planner-refill-white-red-063-125y-24/product_24548795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-mauve-garden-shadows-14-x-19-canvas-stretched-190836239566/product_2576446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-perfect-attendance-certificate-with-reward-seals-8-5-x-11-multicolor-30-pack-5-packs-carton-va801-5/product_24575911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-natural-cork-tiles-12-x-12-4-per-pack-2-packs-flp10058-2/product_24496189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-polypropylene-project-board-28-x-20-32331-10/product_24473830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-blooming-11-x-11-matted-framed-190836240975/product_2573880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-2-row-electric-coin-counter-with-patented-anti-jam-technology-and-digital-counting-display-fs-2d/product_736778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-poppies-canvas-art-14x19-inches/product_254875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-12-x-15-monthly-wall-calendar-pm0212-28-24/product_24549109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-vase-canvas-art-18x24-inches/product_255123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-back-load-bill-counter-black-gray-rbc-es200/product_24452442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-5-x-8-weekly-monthly-appointment-book-planner-black-76-02-05-24/product_24559843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-5-x-8-weekly-monthly-planner-black-760152-05-24/product_24549121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-front-load-bill-counter-black-gray-rbc-ed200/product_24452418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-8-25-x-11-weekly-monthly-appointment-book-black-76-950-05-24/product_24549171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-springtime-floral-canvas-art-18x24-inches/product_254974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tiger-lily-bouquet-11-x-11-matted-framed-190836240258/product_2573869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-flip-a-week-5-5-x-7-weekly-calendar-refill-multicolor-sw706-50-24/product_24549107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-black-genuine-leather-shoulder-bag-small-vlhbszp-blks/product_24403278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-products-black-melamine-dry-erase-whiteboard-18-x-24-pack-of-2-flp40085-2/product_24496049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-7-x-8-75-monthly-planner-black-70-120g-05-24/product_24548809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-11-x-11-matted-framed-190836241156/product_2573868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-business-card-case-coco/product_425977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-9-x-11-monthly-planner-black-70-260g-05-24/product_24548828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-clip-wallet-coco/product_429718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-18-x-18-canvas-stretched-190836241200/product_2575002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-products-cork-message-bars-2-x-20-3-per-pack-4-packs-flp10060-4/product_24496191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-debossed-passport-jacket-blue/product_431588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-seascapes-8-5-x-5-5-daily-monthly-planner-refill-pages-white-blue-381-225-24/product_24548755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-wild-flowers-canvas-art/product_254920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-watercolor-flowers-canvas-art-16x24-inches/product_254899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-path-11-x-11-matted-framed-190836240432/product_2573866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-euro-commuter-wallet-black/product_429733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-flip-manicure-set-black/product_428183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-rock-star-award-combo-pack-multicolor-rss100/product_24473887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-foil-stamped-passport-jacket-burgundy/product_431717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-ruled-double-sided-magnetic-dry-erase-whiteboard-9-x-12-12-pack-flp10176/product_273565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-hang-tag-silver-1-h-957-silver-5s/product_24403046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-wildflowers-canvas-art-22x32-inches/product_254978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-in-spring-canvas-art-24x32-inches/product_254761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-international-card-holder-black/product_428369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-international-travel-adapter-wall-plug-881-bl-pl/product_1960707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-canvas-art-30x47-inches/product_254768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-canvas-art-22x32-inches/product_254767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-ii-canvas-art-24x32-inches/product_254764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-canvas-art-18x24-inches/product_254766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-today-is-9-5-x-12-daily-wall-calendar-white-black-k4-00-24/product_24549079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-men-s-cash-clip-wallet-ocean-blue/product_429736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-mini-id-case-red/product_425882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-budding-poppy-canvas-art-35x35-inches/product_255096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-daisy-vase-canvas-art-18x24-inches/product_254717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-147479/product_24564219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-147480/product_24564200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-trifold-key-case-organizer-wallet-in-leather-tan-612-tan-5/product_1960735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipz-milk-chocolate-covered-pretzels-twists-6-bags-box-dcc028/product_905455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-flowers-abstract-canvas-art-35x35-inches/product_255066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipz-white-fudge-covered-pretzels-twists-5-oz-bags-6-bags-box-058/product_905454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-henri-s-bouquet-canvas-art-35x47-inches/product_254777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-view-id-holder-red/product_425795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-5-x-8-weekly-monthly-planner-black-760152-05-24/product_24549121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-front-load-bill-counter-black-gray-rbc-ed200/product_24452418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-17-x-22-gold-standoff-hardware-105528-gld/product_24602053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-8-25-x-11-weekly-monthly-appointment-book-black-76-950-05-24/product_24549171 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leatherkey-ring-organizer-613-blk-6-usa/product_2419704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-springtime-floral-canvas-art-18x24-inches/product_254974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-30-x-40-gold-clear-105540-gld/product_24602072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-flip-a-week-5-5-x-7-weekly-calendar-refill-multicolor-sw706-50-24/product_24549107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tiger-lily-bouquet-11-x-11-matted-framed-190836240258/product_2573869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-black-genuine-leather-shoulder-bag-small-vlhbszp-blks/product_24403278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-products-black-melamine-dry-erase-whiteboard-18-x-24-pack-of-2-flp40085-2/product_24496049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-11-x-11-matted-framed-190836241156/product_2573868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-9-x-11-monthly-planner-black-70-260g-05-24/product_24548828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-recycled-7-x-8-75-monthly-planner-black-70-120g-05-24/product_24548809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-business-card-case-coco/product_425977 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-clip-wallet-coco/product_429718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-vase-of-poppies-5-18-x-18-canvas-stretched-190836241200/product_2575002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-products-cork-message-bars-2-x-20-3-per-pack-4-packs-flp10060-4/product_24496191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-wild-flowers-canvas-art/product_254920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-watercolor-flowers-canvas-art-16x24-inches/product_254899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-debossed-passport-jacket-blue/product_431588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-seascapes-8-5-x-5-5-daily-monthly-planner-refill-pages-white-blue-381-225-24/product_24548755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-path-11-x-11-matted-framed-190836240432/product_2573866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-rock-star-award-combo-pack-multicolor-rss100/product_24473887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-flip-manicure-set-black/product_428183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-foil-stamped-passport-jacket-burgundy/product_431717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-euro-commuter-wallet-black/product_429733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipside-ruled-double-sided-magnetic-dry-erase-whiteboard-9-x-12-12-pack-flp10176/product_273565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-wildflowers-canvas-art-22x32-inches/product_254978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-hang-tag-silver-1-h-957-silver-5s/product_24403046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-in-spring-canvas-art-24x32-inches/product_254761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-international-card-holder-black/product_428369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-canvas-art-30x47-inches/product_254768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-ii-canvas-art-24x32-inches/product_254764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-canvas-art-22x32-inches/product_254767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-international-travel-adapter-wall-plug-881-bl-pl/product_1960707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-with-yellow-canvas-art-18x24-inches/product_254766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-today-is-9-5-x-12-daily-wall-calendar-white-black-k4-00-24/product_24549079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-men-s-cash-clip-wallet-ocean-blue/product_429736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-mini-id-case-red/product_425882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-budding-poppy-canvas-art-35x35-inches/product_255096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-147479/product_24564219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-daisy-vase-canvas-art-18x24-inches/product_254717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-147480/product_24564200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-trifold-key-case-organizer-wallet-in-leather-tan-612-tan-5/product_1960735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-flowers-abstract-canvas-art-35x35-inches/product_255066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipz-white-fudge-covered-pretzels-twists-5-oz-bags-6-bags-box-058/product_905454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flipz-milk-chocolate-covered-pretzels-twists-6-bags-box-dcc028/product_905455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-henri-s-bouquet-canvas-art-35x47-inches/product_254777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leather-view-id-holder-red/product_425795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-17-x-22-gold-standoff-hardware-105528-gld/product_24602053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/royce-leatherkey-ring-organizer-613-blk-6-usa/product_2419704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-30-x-40-gold-clear-105540-gld/product_24602072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-pink-white-143726/product_24564305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-9-x-12-gold-clear-105512-gld/product_24602051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-african-masks-grade-k-4th-20-pack-2-packs-r-52010-2/product_24500234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-blue-white-144065/product_24551843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-chemical-spill-keep-out-caution-keep-clear-20x12/product_554583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-peony-canvas-art-18x24-inches/product_254797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-all-kinds-of-fabric-design-papers-200-pack-r-15289/product_23999754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-alphabet-pasting-pieces-pre-k-2000-per-pack-3-packs-r-15632-3/product_24500032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-this-equipment-has-been-locked-out-caution-do-not-enter-20x12/product_554610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-animal-track-rubbing-plates-assorted-16-per-pack-2-packs-r-5837-2/product_24511277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-pink-tones-canvas-art-35x47-inches/product_254802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-caution-do-not-enter-caution-hazardous-area-bilingual-20x12/product_554593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-caution-men-working-caution-slippery-when-wet-bilingual-20x12/product_554597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-art-start-kit-r-2604/product_2202456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-scarlet-bouquet-canvas-art-18x24-inches/product_254843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-12-x-18-50-sheets-per-pack-3-packs-r-15212-3/product_24507200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-9-x-12-white-50-pack-3-packs-bundle-r-15213-3/product_24507201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-butterflies-7-x-11-48-sheets-r-2445/product_871716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-multicolor-137274-24/product_24551053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-butterflies-48-per-pack-3-packs-r-2445-3/product_24507197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-feathers-up-to-8cm-x-23cm-white-80-per-pack-3-packs-r-24916-3/product_24491695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-starry-night-bouquet-canvas-art-35x47-inches/product_255087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-the-appearance-of-spring-canvas-art-22x32-inches-sg5643-c2232gg/product_255118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-white-144063/product_24551839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-the-appearance-of-spring-canvas-art-22x32-inches/product_255092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-green-143964/product_24551858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-sit-to-stand-38-x-62-rectangular-chair-mat-for-carpets-with-anti-fatigue-mat-polycarbonate-fca11s/product_24271911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-craft-accessories-really-big-buttons-60-pack/product_847966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-20-w-x-32-l-slate-gray-fca22032gy/product_2710690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-3000-anti-fatigue-mat-20-w-x-39-l-midnight-black-fca32039bm/product_2710689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-5000-s2s-anti-fatigue-mat-and-chair-mat-for-hard-floors-fca12s/product_24271912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-decorative-hues-paper-5-5-x-8-5-multicolor-192-sheets-per-pack-2-packs-r-15203-2/product_24496161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-8-5-x-11-weekly-monthly-planner-black-143590-24/product_24551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-5-88-x-8-63-weekly-monthly-planner-black-143587-24/product_24551056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-economy-origami-paper-6-x-6-72-sheets-per-pack-3-packs-r-15204-3/product_24497376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-amethyst-8-5-x-11-weekly-monthly-planner-blue-gray-142883/product_24564203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-35-x-47-clear-fr1112123er/product_777831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-analeis-5-x-8-weekly-monthly-planner-multicolor-100003-24/product_24551081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-48-x-60-medium-pile-clear-1115223er/product_778176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-first-look-light-table-kit/product_154567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-flowers-rubbing-plates-multicolored-16-per-pack-2-packs-r-5804-2/product_24511053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-medium-pile-clear-1120023er/product_777833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-35-x-47-canvas-art/product_503430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-22-x-17-monthly-desk-pad-calendar-110215-24/product_24551021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-5-x-8-weekly-monthly-planner-multicolor-110212-24/product_24551023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-hands-up-answer-boards-dry-erase-whiteboard-5-x-12-24-pack-r-5905/product_138436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-pink-white-143726/product_24564305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-36-x-36-medium-pile-clear-129020rr/product_922530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-9-x-12-gold-clear-105512-gld/product_24602051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-african-masks-grade-k-4th-20-pack-2-packs-r-52010-2/product_24500234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-88-x-8-63-weekly-monthly-planner-plastic-cover-blue-white-144065/product_24551843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-manuscript-letter-beads-lowercase-288-per-pack-2-packs-r-2186-2/product_24568879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-cocorrina-8-5-x-11-weekly-monthly-planner-multicolor-143696/product_24564290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-chemical-spill-keep-out-caution-keep-clear-20x12/product_554583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-peony-canvas-art-18x24-inches/product_254797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-all-kinds-of-fabric-design-papers-200-pack-r-15289/product_23999754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-alphabet-pasting-pieces-pre-k-2000-per-pack-3-packs-r-15632-3/product_24500032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-this-equipment-has-been-locked-out-caution-do-not-enter-20x12/product_554610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-animal-track-rubbing-plates-assorted-16-per-pack-2-packs-r-5837-2/product_24511277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-pink-tones-canvas-art-35x47-inches/product_254802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-scarlet-bouquet-canvas-art-18x24-inches/product_254843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-art-start-kit-r-2604/product_2202456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-caution-men-working-caution-slippery-when-wet-bilingual-20x12/product_554597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-caution-do-not-enter-caution-hazardous-area-bilingual-20x12/product_554593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-12-x-18-50-sheets-per-pack-3-packs-r-15212-3/product_24507200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-9-x-12-white-50-pack-3-packs-bundle-r-15213-3/product_24507201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-butterflies-7-x-11-48-sheets-r-2445/product_871716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-multicolor-137274-24/product_24551053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-feathers-up-to-8cm-x-23cm-white-80-per-pack-3-packs-r-24916-3/product_24491695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-starry-night-bouquet-canvas-art-35x47-inches/product_255087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-color-diffusing-paper-butterflies-48-per-pack-3-packs-r-2445-3/product_24507197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-the-appearance-of-spring-canvas-art-22x32-inches-sg5643-c2232gg/product_255118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-white-144063/product_24551839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-the-appearance-of-spring-canvas-art-22x32-inches/product_255092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-green-143964/product_24551858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-sit-to-stand-38-x-62-rectangular-chair-mat-for-carpets-with-anti-fatigue-mat-polycarbonate-fca11s/product_24271911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-craft-accessories-really-big-buttons-60-pack/product_847966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-20-w-x-32-l-slate-gray-fca22032gy/product_2710690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-3000-anti-fatigue-mat-20-w-x-39-l-midnight-black-fca32039bm/product_2710689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-5000-s2s-anti-fatigue-mat-and-chair-mat-for-hard-floors-fca12s/product_24271912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-decorative-hues-paper-5-5-x-8-5-multicolor-192-sheets-per-pack-2-packs-r-15203-2/product_24496161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-8-5-x-11-weekly-monthly-planner-black-143590-24/product_24551060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-aligned-5-88-x-8-63-weekly-monthly-planner-black-143587-24/product_24551056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-economy-origami-paper-6-x-6-72-sheets-per-pack-3-packs-r-15204-3/product_24497376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-amethyst-8-5-x-11-weekly-monthly-planner-blue-gray-142883/product_24564203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-35-x-47-clear-fr1112123er/product_777831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-analeis-5-x-8-weekly-monthly-planner-multicolor-100003-24/product_24551081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-48-x-60-medium-pile-clear-1115223er/product_778176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-first-look-light-table-kit/product_154567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-flowers-rubbing-plates-multicolored-16-per-pack-2-packs-r-5804-2/product_24511053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-medium-pile-clear-1120023er/product_777833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-35-x-47-canvas-art/product_503430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-22-x-17-monthly-desk-pad-calendar-110215-24/product_24551021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-baccara-dark-5-x-8-weekly-monthly-planner-multicolor-110212-24/product_24551023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-hands-up-answer-boards-dry-erase-whiteboard-5-x-12-24-pack-r-5905/product_138436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-36-x-36-medium-pile-clear-129020rr/product_922530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-manuscript-letter-beads-lowercase-288-per-pack-2-packs-r-2186-2/product_24568879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-cocorrina-8-5-x-11-weekly-monthly-planner-multicolor-143696/product_24564290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:50:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:50:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:50:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-unomat-hard-floor-chair-mat-with-lip-35-x-47-low-pile-clear-128920lra/product_922529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-18-x-24-canvas-art-ali1100-c1824gg/product_2078801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sierra-nevada-silence-35-x-47-canvas-art/product_314109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-annabel-8-5-x-11-weekly-monthly-planner-pink-white-143892/product_24564313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-19-x-22-clear-fpde1924ra2/product_24073803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-blush-8-5-x-11-weekly-monthly-planner-pink-143887/product_24564248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-coming-up-roses-blush-5-x-8-weekly-monthly-planner-multicolor-140094-24/product_24551031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-coming-up-roses-blush-8-5-x-11-weekly-monthly-planner-multicolor-140092-24/product_24551096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-graceful-ocean-8-5-x-11-weekly-monthly-planner-multicolor-143906/product_24564235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-36-x-48-rectangular-chair-mat-for-hard-floors-enhanced-polymer-fceco123648ep/product_2521460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0783-c1219gg/product_2078984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-jungle-tiger-3-63-x-6-13-weekly-monthly-planner-multicolor-147220/product_24564281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-straws-connectors-705-pack-r-6090/product_873825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-51-rectangular-chair-mat-for-hard-floors-enhanced-polymer-freco124851ep/product_2521459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0606-b1620mf/product_2083238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-recycled-48-x-51-rectangular-chair-mat-for-hard-floors-recycled-pet-eco4851lp/product_2521462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0783-c2232gg/product_2077299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-mallorca-5-x-8-weekly-monthly-planner-multicolor-143882/product_24564233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-wipe-clean-worksheet-cover-dry-erase-whiteboard-plastic-frame-9-x-12-r-59040/product_1610259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0783-c3047gg/product_2081440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-x-ray-animal/product_847227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-vinyl-desk-pad-20-x-36-clear-frhmtm5191ev1/product_1945166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0783-b1620bmf/product_2086084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-megamat-extra-thick-46-x-53-rectangular-chair-mat-for-hard-floors-carpets-polycarbonate-fcm121345er/product_1187719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0783-w1620bmf/product_2086082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-22-x-32-canvas-art/product_315512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-silver-leaf-pack-of-3/product_1721516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-24-x-32-canvas-art/product_314096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-39-x-49-contoured-chair-mat-for-carpets-polycarbonate-119923sr/product_715443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg9t6700bla/product_757912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-sided-closed-sign-yellow-26-x-11/product_811827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg454600bla/product_936466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-platinum-fg342488plat/product_488939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-60-rectangular-chair-mat-for-hard-floors-polycarbonate-1215219er/product_100720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-wild-flora-8-5-x-11-monthly-planner-multicolor-143925/product_24564288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-9t68-executive-3-shelf-polypropylene-mobile-serving-cart-with-swivel-wheels-black-fg9t6800bla/product_912707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-aerosol-refill-microburst-9000-mango-scent-4-pack-fg401693/product_476474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-unomat-anti-slip-35-x-47-rectangular-chair-mat-for-hard-floor-polycarbonate-128920era/product_777838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-unomat-anti-slip-48-x-60-rectangular-chair-mat-for-hard-floors-and-carpet-tiles-polycarbonate-1215020era/product_923069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-biohazard-spill-mop-pads-10-pack-2017060/product_2867192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-unomat-hard-floor-chair-mat-with-lip-35-x-47-low-pile-clear-128920lra/product_922529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-18-x-24-canvas-art-ali1100-c1824gg/product_2078801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-11-x-14-wood-frame-art/product_314954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-blend-dust-mop-pad-blue-fgj25500bl00/product_812645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-blue-brown-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-bottle-can-recycling-lid-32-gallon-blue-22-3-4-h-x-22-9-10-w-x-4-5-8-d/product_919709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sierra-nevada-silence-35-x-47-canvas-art/product_314109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-annabel-8-5-x-11-weekly-monthly-planner-pink-white-143892/product_24564313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-19-x-22-clear-fpde1924ra2/product_24073803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-22-x-32-canvas-art/product_314952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-blush-8-5-x-11-weekly-monthly-planner-pink-143887/product_24564248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-coming-up-roses-blush-5-x-8-weekly-monthly-planner-multicolor-140094-24/product_24551031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-coming-up-roses-blush-8-5-x-11-weekly-monthly-planner-multicolor-140092-24/product_24551096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-graceful-ocean-8-5-x-11-weekly-monthly-planner-multicolor-143906/product_24564235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-36-x-48-rectangular-chair-mat-for-hard-floors-enhanced-polymer-fceco123648ep/product_2521460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0783-c1219gg/product_2078984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-jungle-tiger-3-63-x-6-13-weekly-monthly-planner-multicolor-147220/product_24564281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-straws-connectors-705-pack-r-6090/product_873825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-48-x-51-rectangular-chair-mat-for-hard-floors-enhanced-polymer-freco124851ep/product_2521459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0606-b1620mf/product_2083238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-recycled-48-x-51-rectangular-chair-mat-for-hard-floors-recycled-pet-eco4851lp/product_2521462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0783-c2232gg/product_2077299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-mallorca-5-x-8-weekly-monthly-planner-multicolor-143882/product_24564233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-wipe-clean-worksheet-cover-dry-erase-whiteboard-plastic-frame-9-x-12-r-59040/product_1610259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0783-c3047gg/product_2081440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/roylco-x-ray-animal/product_847227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-vinyl-desk-pad-20-x-36-clear-frhmtm5191ev1/product_1945166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0783-b1620bmf/product_2086084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-megamat-extra-thick-46-x-53-rectangular-chair-mat-for-hard-floors-carpets-polycarbonate-fcm121345er/product_1187719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0783-w1620bmf/product_2086082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-silver-leaf-pack-of-3/product_1721516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-22-x-32-canvas-art/product_315512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-24-x-32-canvas-art/product_314096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-39-x-49-contoured-chair-mat-for-carpets-polycarbonate-119923sr/product_715443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg9t6700bla/product_757912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-60-rectangular-chair-mat-for-hard-floors-polycarbonate-1215219er/product_100720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-sided-closed-sign-yellow-26-x-11/product_811827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-platinum-fg342488plat/product_488939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-2-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg454600bla/product_936466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-wild-flora-8-5-x-11-monthly-planner-multicolor-143925/product_24564288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-9t68-executive-3-shelf-polypropylene-mobile-serving-cart-with-swivel-wheels-black-fg9t6800bla/product_912707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-aerosol-refill-microburst-9000-mango-scent-4-pack-fg401693/product_476474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-unomat-anti-slip-35-x-47-rectangular-chair-mat-for-hard-floor-polycarbonate-128920era/product_777838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floortex-unomat-anti-slip-48-x-60-rectangular-chair-mat-for-hard-floors-and-carpet-tiles-polycarbonate-1215020era/product_923069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-biohazard-spill-mop-pads-10-pack-2017060/product_2867192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-11-x-14-wood-frame-art/product_314954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-blend-dust-mop-pad-blue-fgj25500bl00/product_812645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-blue-brown-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-bottle-can-recycling-lid-32-gallon-blue-22-3-4-h-x-22-9-10-w-x-4-5-8-d/product_919709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-22-x-32-canvas-art/product_314952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-appointment-book-deep-forest-green-147383/product_24564199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-14-x-19-canvas-art/product_313709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-trash-can-gray-plastic-40-gal-fg353600gray/product_507604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-trash-can-w-no-lid-black-resin-44-gal-fg264360bla/product_706429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-firefall-7-x-9-weekly-monthly-planner-black-137262-24/product_24551063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-by-pat-saunders-16-x-20-white-matted-silver-frame-ps076-s1620mf/product_2084869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-small-composition-i-18-x-18-canvas-art/product_313439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-inkwell-press-airia-8-5-x-11-weekly-monthly-planner-blue-143358/product_24564222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-grey-gold-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-harbour-8-5-x-11-weekly-monthly-planner-blue-147431/product_24564323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-gili-8-5-x-11-weekly-monthly-planner-purple-white-117889-24/product_24551035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-grey-gold-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-inkwell-press-tavi-8-5-x-11-weekly-monthly-planner-black-gold-142877/product_24564243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-joselyn-8-5-x-11-weekly-monthly-planner-multicolor-110394-24/product_24551040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-white-20-gal-fg262000-wht/product_812512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-ivory-grey-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-joselyn-8-x-10-monthly-planner-multicolor-110395-24/product_24551036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-polypropylene-recycling-container-50-gallon-blue-fg9w2773blue/product_756052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-laila-5-x-8-weekly-monthly-planner-multicolor-137276-24/product_24551044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-orange-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-rubber-lid-blue-fg263100-blue/product_1129058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-leeya-8-5-x-11-weekly-monthly-planner-purple-143713/product_24564220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-35-x-35-canvas-art-ali1136-c3535gg/product_2078896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-plastic-container-lid-gray-55-gallons-fg265400gray/product_847810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snow-mill-24-x-32-canvas-art/product_313852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-24-x-32-canvas-art/product_314298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-8-5-x-11-weekly-monthly-planner-multicolor-100654-24/product_24551090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-11-x-14-wood-frame-art/product_491542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-caution-cone-25-8-yellow-fg627777yel/product_812520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-26-x-32-canvas-art/product_496183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-dsx2-8000qi-cable-analyzer/product_IM12KL856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brute-round-recycling-container-blue-44-gal-fg264307blue/product_2502744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-cart-replacement-bag-34-gallon-yellow-1966881/product_706428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-microscanner2-cable-verifier-ms2-100/product_IM1M88172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-microscanner2-professional-kit/product_IM1M88173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-nevaeh-8-x-10-monthly-planner-multicolor-143947/product_24551864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-cube-truck-heavy-duty-tilt-truck-black-fg131600bla/product_936443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-cube-truck-lids-lid-for-14-16-truck-black-rcp4615bla/product_936552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-pro3000-analog-probe-26100900/product_IM1GV2411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-16-x-20-wood-frame-art/product_492431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-5-x-11-weekly-monthly-planner-faux-leather-cover-black-143975/product_24551860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-16-x-24-canvas-art/product_493721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-tdr-lcd-button-test-set-ts-54/product_IM1PD1064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-purple-stripe-5-x-8-weekly-monthly-planner-lilac-white-147232/product_24564322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-park-18-x-24-canvas-art/product_314183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-ts19-test-set-with-abn/product_IM1BC3446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-park-35-x-47-canvas-art/product_314185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-wireview-2-6-optview-cable-id-set-e81434/product_IM16YQ580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-sheridan-8-5-x-11-weekly-monthly-appointment-book-white-black-137277-24/product_24551032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-appointment-book-deep-forest-green-147383/product_24564199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-executive-series-waste-management-waste-cart-black-vinyl-metal-1881750/product_967723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-22-x-32-canvas-art/product_33986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-14-x-19-canvas-art/product_313709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flystaygift-100-00-gift-card-email-delivery-1016983b10000/product_24590016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-trash-can-gray-plastic-40-gal-fg353600gray/product_507604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-trash-can-w-no-lid-black-resin-44-gal-fg264360bla/product_706429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flystaygift-500-00-gift-card-email-delivery-1016983b50000/product_24590018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-firefall-7-x-9-weekly-monthly-planner-black-137262-24/product_24551063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soft-tulips-in-the-pottery-30-x-47-canvas-art/product_314016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/foam-base-ten-set/product_138559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-water-rocks-8-5-x-11-monthly-planner-multicolor-143858/product_24564237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-brown-green-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-grey-gold-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-small-composition-i-18-x-18-canvas-art/product_313439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-inkwell-press-airia-8-5-x-11-weekly-monthly-planner-blue-143358/product_24564222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-by-pat-saunders-16-x-20-white-matted-silver-frame-ps076-s1620mf/product_2084869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-gili-8-5-x-11-weekly-monthly-planner-purple-white-117889-24/product_24551035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-harbour-8-5-x-11-weekly-monthly-planner-blue-147431/product_24564323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-grey-gold-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-joselyn-8-5-x-11-weekly-monthly-planner-multicolor-110394-24/product_24551040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-inkwell-press-tavi-8-5-x-11-weekly-monthly-planner-black-gold-142877/product_24564243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-white-20-gal-fg262000-wht/product_812512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-ivory-grey-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-joselyn-8-x-10-monthly-planner-multicolor-110395-24/product_24551036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-polypropylene-recycling-container-50-gallon-blue-fg9w2773blue/product_756052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/floral-orange-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-laila-5-x-8-weekly-monthly-planner-multicolor-137276-24/product_24551044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-rubber-lid-blue-fg263100-blue/product_1129058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-leeya-8-5-x-11-weekly-monthly-planner-purple-143713/product_24564220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smooth-i-by-moises-levy-35-x-35-canvas-art-ali1136-c3535gg/product_2078896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-round-plastic-container-lid-gray-55-gallons-fg265400gray/product_847810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snow-mill-24-x-32-canvas-art/product_313852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-autumn-24-x-32-canvas-art/product_314298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-11-x-14-wood-frame-art/product_491542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-caution-cone-25-8-yellow-fg627777yel/product_812520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-26-x-32-canvas-art/product_496183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-8-5-x-11-weekly-monthly-planner-multicolor-100654-24/product_24551090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-dsx2-8000qi-cable-analyzer/product_IM12KL856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-brute-round-recycling-container-blue-44-gal-fg264307blue/product_2502744 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-cart-replacement-bag-34-gallon-yellow-1966881/product_706428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-microscanner2-cable-verifier-ms2-100/product_IM1M88172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-microscanner2-professional-kit/product_IM1M88173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-nevaeh-8-x-10-monthly-planner-multicolor-143947/product_24551864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-cube-truck-heavy-duty-tilt-truck-black-fg131600bla/product_936443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-cube-truck-lids-lid-for-14-16-truck-black-rcp4615bla/product_936552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-pro3000-analog-probe-26100900/product_IM1GV2411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-16-x-20-wood-frame-art/product_492431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-5-x-11-weekly-monthly-planner-faux-leather-cover-black-143975/product_24551860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-16-x-24-canvas-art/product_493721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-tdr-lcd-button-test-set-ts-54/product_IM1PD1064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-park-35-x-47-canvas-art/product_314185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-ts19-test-set-with-abn/product_IM1BC3446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-park-18-x-24-canvas-art/product_314183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-purple-stripe-5-x-8-weekly-monthly-planner-lilac-white-147232/product_24564322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fluke-networks-wireview-2-6-optview-cable-id-set-e81434/product_IM16YQ580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-sheridan-8-5-x-11-weekly-monthly-appointment-book-white-black-137277-24/product_24551032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-22-x-32-canvas-art/product_33986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-executive-series-waste-management-waste-cart-black-vinyl-metal-1881750/product_967723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flystaygift-100-00-gift-card-email-delivery-1016983b10000/product_24590016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/flystaygift-500-00-gift-card-email-delivery-1016983b50000/product_24590018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soft-tulips-in-the-pottery-30-x-47-canvas-art/product_314016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/foam-base-ten-set/product_138559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-water-rocks-8-5-x-11-monthly-planner-multicolor-143858/product_24564237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-11-x-14-wood-frame-art/product_492660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-11-x-14-black-frame-art/product_492659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-plastic-container-7-gallon-blue-fg295673blue/product_758215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-plastic-recycling-bin-14-gallon-blue-fg571473blue/product_787695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-zenni-8-5-x-11-weekly-monthly-planner-white-blue-147233/product_24564251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-12-25-x-27-three-month-wall-calendar-multicolor-c171129/product_24595331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-doodleplan-botanica-17-75-x-10-88-monthly-coloring-desk-pad-calendar-white-black-c2917001/product_24595335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/foam-roll-12-x-36-ft-each-fr1236/product_2301969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-30-x-47-canvas-art/product_500024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-duraglobe-22-x-17-monthly-desk-pad-calendar-white-blue-c177227/product_24595333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-prosave-ingredient-storage-bin-26-2-gal-fg360288wht/product_654826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-leaves-12-5-x-27-three-month-wall-calendar-c171129/product_24559262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-somewhere-over-the-rainbow-by-beata-czyzowska-young-16-x-20-silver-frame-bc0017-s1620bmf/product_2085064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-passion-22-x-17-monthly-desk-pad-calendar-c194113/product_24559260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-refuse-bin-black-8-gal-2-pack/product_962132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-16-x-20-wood-frame-art/product_312730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-brownline-22-x-17-monthly-desk-or-wall-calendar-white-purple-c1731v/product_24595330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-brownline-17-75-x-10-88-monthly-desk-pad-calendar-blue-white-c181700/product_24559281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-14-x-19-canvas-art/product_312725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-18-x-24-canvas-art/product_312726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-slim-jim-black-front-step-trash-can-24-gallon-black/product_1672284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-green-epoxy-coated-wire-shelf-24-x-36-ff2436g/product_2475985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-11-x-14-wood-frame-art/product_316431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-complyright-24-x-36-yearly-dry-erase-wall-calendar-reversible-green-j0056gr/product_24462829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folding-steel-commode/product_521102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-16-x-20-black-frame-art/product_316426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-swinger-loop-wet-mop-heads-cotton-synthetic-blue-medium-6-case/product_2619946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-eccolo-5-5-x-7-75-weekly-monthly-planner-multicolor-ry24-401c/product_24560236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-35-x-47-canvas-art/product_316430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-eccolo-5-x-8-weekly-planner-blue-ombre-ry24-401g/product_24560232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-configure-indoor-recycling-compost-23-gallon-stenni-gray-1961627/product_2094986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-11-x-14-black-frame-art/product_312466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-filofax-8-5-x-10-88-academic-calendar-monthly-planner-black-c1811001/product_24559282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-3-5-x-6-weekly-monthly-planner-brown-black-spls24-brn36/product_24557342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-series-hygen-quick-connect-flexi-wand-microfiber-duster-white-fgq85200wh00/product_912582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-coffee-light-roast-0-24-oz-keurig-k-cup-pods-24-box-000370677-6684/product_1968211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-11-x-14-wood-frame-art/product_316548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-quick-cart-large/product_1458102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-5-x-11-weekly-monthly-planner-black-yellow-spls24-8511-f/product_24559524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-series-dual-action-plastic-duster-black-fg421388bla/product_685255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-decaf-roast-ground-coffee-medium-roast-19-2-oz-smu30406/product_846592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-safe-step-on-trash-can-23-gallons-beige-fg614600beig/product_507614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-fraction-packs-0-9-oz-36-case/product_639482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-140-24/product_24563323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-keurig-k-cup-pods-medium-roast-48-box-5000363378/product_24535452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-35-x-47-canvas-art/product_316547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-forkliftable-tilt-truck-plastic-1250-lb-capacity-black-fg131500bla/product_936386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-5-4-oz-30-carton-2550006102/product_24472779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-decaf-ground-coffee-fresh-pack-medium-roast-42-carton-pro20007/product_146575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-11-x-14-wood-frame-art/product_492660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-11-x-14-black-frame-art/product_492659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-25-9-oz-6-carton-2550030407ct/product_24285926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-16-x-20-black-frame-art/product_312475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-plastic-container-7-gallon-blue-fg295673blue/product_758215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-plastic-recycling-bin-14-gallon-blue-fg571473blue/product_787695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-zenni-8-5-x-11-weekly-monthly-planner-white-blue-147233/product_24564251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-daily-planner-black-28202-24/product_24563324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-handler-wall-rack/product_455713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-12-25-x-27-three-month-wall-calendar-multicolor-c171129/product_24595331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-doodleplan-botanica-17-75-x-10-88-monthly-coloring-desk-pad-calendar-white-black-c2917001/product_24595335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-filter-packs-40-carton-pro22142/product_495726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-16-x-20-wood-frame-art/product_312481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/foam-roll-12-x-36-ft-each-fr1236/product_2301969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-30-x-47-canvas-art/product_500024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-duraglobe-22-x-17-monthly-desk-pad-calendar-white-blue-c177227/product_24595333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-prosave-ingredient-storage-bin-26-2-gal-fg360288wht/product_654826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-leaves-12-5-x-27-three-month-wall-calendar-c171129/product_24559262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-somewhere-over-the-rainbow-by-beata-czyzowska-young-16-x-20-silver-frame-bc0017-s1620bmf/product_2085064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-blueline-passion-22-x-17-monthly-desk-pad-calendar-c194113/product_24559260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-refuse-bin-black-8-gal-2-pack/product_962132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-16-x-20-wood-frame-art/product_312730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-brownline-22-x-17-monthly-desk-or-wall-calendar-white-purple-c1731v/product_24595330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-brownline-17-75-x-10-88-monthly-desk-pad-calendar-blue-white-c181700/product_24559281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-14-x-19-canvas-art/product_312725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-18-x-24-canvas-art/product_312726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-slim-jim-black-front-step-trash-can-24-gallon-black/product_1672284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-green-epoxy-coated-wire-shelf-24-x-36-ff2436g/product_2475985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-11-x-14-wood-frame-art/product_316431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-complyright-24-x-36-yearly-dry-erase-wall-calendar-reversible-green-j0056gr/product_24462829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folding-steel-commode/product_521102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-16-x-20-black-frame-art/product_316426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-swinger-loop-wet-mop-heads-cotton-synthetic-blue-medium-6-case/product_2619946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-eccolo-5-5-x-7-75-weekly-monthly-planner-multicolor-ry24-401c/product_24560236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-35-x-47-canvas-art/product_316430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-eccolo-5-x-8-weekly-planner-blue-ombre-ry24-401g/product_24560232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-configure-indoor-recycling-compost-23-gallon-stenni-gray-1961627/product_2094986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-11-x-14-black-frame-art/product_312466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-filofax-8-5-x-10-88-academic-calendar-monthly-planner-black-c1811001/product_24559282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-3-5-x-6-weekly-monthly-planner-brown-black-spls24-brn36/product_24557342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-series-hygen-quick-connect-flexi-wand-microfiber-duster-white-fgq85200wh00/product_912582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-coffee-light-roast-0-24-oz-keurig-k-cup-pods-24-box-000370677-6684/product_1968211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-11-x-14-wood-frame-art/product_316548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-quick-cart-large/product_1458102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-5-x-11-weekly-monthly-planner-black-yellow-spls24-8511-f/product_24559524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-executive-series-dual-action-plastic-duster-black-fg421388bla/product_685255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-decaf-roast-ground-coffee-medium-roast-19-2-oz-smu30406/product_846592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-safe-step-on-trash-can-23-gallons-beige-fg614600beig/product_507614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-fraction-packs-0-9-oz-36-case/product_639482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-140-24/product_24563323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-keurig-k-cup-pods-medium-roast-48-box-5000363378/product_24535452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-35-x-47-canvas-art/product_316547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-forkliftable-tilt-truck-plastic-1250-lb-capacity-black-fg131500bla/product_936386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-medium-roast-5-4-oz-30-carton-2550006102/product_24472779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-decaf-ground-coffee-fresh-pack-medium-roast-42-carton-pro20007/product_146575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-25-9-oz-6-carton-2550030407ct/product_24285926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-16-x-20-black-frame-art/product_312475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-handler-wall-rack/product_455713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-daily-planner-black-28202-24/product_24563324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-ground-coffee-medium-roast-filter-packs-40-carton-pro22142/product_495726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-16-x-20-wood-frame-art/product_312481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-24-x-32-canvas-art/product_312478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-35-x-47-canvas-art/product_312479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-11-quick-connect-microfiber-wall-stair-wet-mop-pad-fgq82000bl00/product_24552197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-18-x-24-canvas-art/product_312646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-breast-cancer-awareness-12-x-12-monthly-wall-calendar-3671-24/product_24562533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-coastlines-18-5-x-13-monthly-desk-pad-calendar-1786-24/product_24563321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spa-daisies-i-by-chris-paschke-11-x-11-white-matted-silver-frame-wap0055-s1111mf/product_2079269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-yellow-12-carton-fgq61000yl00/product_821120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-18-5-x-13-monthly-desk-pad-calendar-white-blue-1506-24/product_24562514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-rags-red-12-carton-fgq62000rd00/product_887265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-contempo-22-x-17-monthly-desk-pad-calendar-white-blue-151-24/product_24562551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fontana-hazelnut-flavored-coffee-syrup-1-liter-nes41277/product_24298973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-11-x-14-black-frame-art/product_312611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-infinity-stainless-steel-ash-urn-black-6-7-gal-fg9w3400bla/product_756513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-indoor-trash-can-w-no-lid-gray-plastic-10-25-gal-fg295700gray/product_488311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-11-x-14-wood-frame-art/product_312617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-gardens-8-25-x-4-25-monthly-desk-tent-calendar-309-24/product_24562509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-100-email-delivery/product_2380955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-200-email-delivery/product_2380978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-wet-mop-handle-1-headband-mop-60-aluminum-handle-yellow-plastic-head/product_812640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-scenic-22-x-17-monthly-desk-pad-calendar-147-24/product_24562536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-25-email-delivery/product_2380957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card/product_SS204063507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-8400hs-1-8-sheet-cross-cut-high-security-office-shredder-fd8400hs-1/product_24520702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-11-x-14-black-frame-art/product_821394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-light-commercial-microfiber-rags-yellow-24-pack-1820580/product_219299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-16-x-24-canvas-art/product_821637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-classic-container-25-gallon-capacity-beige-fg817088beig/product_815583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-automatic-paper-folder-500-sheets-fd38xi/product_24476986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-moleskine-5-x-8-25-daily-monthly-classic-planner-black-8056598856484/product_24575307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microburst-3000-aerosol-refill-ocean-breeze-2-oz-12-carton-401258/product_805880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-plato-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-black-9781975457396/product_24555559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-autoseal-fd-1506-desktop-pressure-sealer-100-forms-minute/product_24446601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-13m-14-5-guillotine-paper-cutter-w-led-laser-line-off-white-cut-true-13m/product_1882534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-16m-18-7-guillotine-paper-cutter-with-led-laser-line-off-white-cut-true-16m/product_1317270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-rifle-paper-co-peacock-12-x-15-monthly-wall-appointment-calendar-cal082/product_24556354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-motorized-roto-tilt-truck-101-gal-850-lb-capacity-plastic-black-rcp2173519/product_24569988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-fd-262-single-head-tabber-200-pieces-minute/product_24448144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-16-x-20-black-frame-art/product_33809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-15-69-x-12-dry-erase-wall-calendar-red-white-st53905-24/product_24545177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-12-x-17-wall-calendar-white-red-st53913-24/product_24545384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-gray-st59701-24/product_24545092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-black-st12951-24/product_24545367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-16-x-24-canvas-art-ali1137-c1624gg/product_2081147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-navy-st59700-24/product_24545091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plastic-utility-bin-4-gal-black-2-pack-fg335488bla/product_24532654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-22-x-32-canvas-art-ali1137-c2232gg/product_2080199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-30-x-47-canvas-art-ali1137-c3047gg/product_2077014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-24-x-32-canvas-art/product_312478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-flashguard-hot-laminating-pouch-letter-size-5-mil-100-pack-fg-5/product_24593133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-watercolor-map-35-x-47-canvas-art/product_312479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-11-quick-connect-microfiber-wall-stair-wet-mop-pad-fgq82000bl00/product_24552197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-18-x-24-canvas-art/product_312646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-greenwave-410-tabletop-cardboard-perforator/product_24460985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-red-black-white-st53999-24/product_24545100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-breast-cancer-awareness-12-x-12-monthly-wall-calendar-3671-24/product_24562533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-greenwave-430-cardboard-perforator/product_24460986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-onsite-32-sheet-cross-cut-shredder-fd-8652cc/product_24600530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-coastlines-18-5-x-13-monthly-desk-pad-calendar-1786-24/product_24563321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-dry-cloths-yellow-12-carton-fgq61000yl00/product_821120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spa-daisies-i-by-chris-paschke-11-x-11-white-matted-silver-frame-wap0055-s1111mf/product_2079269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-18-5-x-13-monthly-desk-pad-calendar-white-blue-1506-24/product_24562514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-microfiber-rags-red-12-carton-fgq62000rd00/product_887265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-contempo-22-x-17-monthly-desk-pad-calendar-white-blue-151-24/product_24562551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fontana-hazelnut-flavored-coffee-syrup-1-liter-nes41277/product_24298973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-11-x-14-black-frame-art/product_312611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-infinity-stainless-steel-ash-urn-black-6-7-gal-fg9w3400bla/product_756513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-indoor-trash-can-w-no-lid-gray-plastic-10-25-gal-fg295700gray/product_488311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-11-x-14-wood-frame-art/product_312617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-gardens-8-25-x-4-25-monthly-desk-tent-calendar-309-24/product_24562509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-100-email-delivery/product_2380955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-200-email-delivery/product_2380978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-invader-wet-mop-handle-1-headband-mop-60-aluminum-handle-yellow-plastic-head/product_812640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-scenic-22-x-17-monthly-desk-pad-calendar-147-24/product_24562536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-25-email-delivery/product_2380957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card/product_SS204063507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-8400hs-1-8-sheet-cross-cut-high-security-office-shredder-fd8400hs-1/product_24520702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-11-x-14-black-frame-art/product_821394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-light-commercial-microfiber-rags-yellow-24-pack-1820580/product_219299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-classic-container-25-gallon-capacity-beige-fg817088beig/product_815583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-16-x-24-canvas-art/product_821637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-automatic-paper-folder-500-sheets-fd38xi/product_24476986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-moleskine-5-x-8-25-daily-monthly-classic-planner-black-8056598856484/product_24575307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microburst-3000-aerosol-refill-ocean-breeze-2-oz-12-carton-401258/product_805880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-plato-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-black-9781975457396/product_24555559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-autoseal-fd-1506-desktop-pressure-sealer-100-forms-minute/product_24446601 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-13m-14-5-guillotine-paper-cutter-w-led-laser-line-off-white-cut-true-13m/product_1882534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-rifle-paper-co-peacock-12-x-15-monthly-wall-appointment-calendar-cal082/product_24556354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-motorized-roto-tilt-truck-101-gal-850-lb-capacity-plastic-black-rcp2173519/product_24569988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-16m-18-7-guillotine-paper-cutter-with-led-laser-line-off-white-cut-true-16m/product_1317270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-fd-262-single-head-tabber-200-pieces-minute/product_24448144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-16-x-20-black-frame-art/product_33809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-15-69-x-12-dry-erase-wall-calendar-red-white-st53905-24/product_24545177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-12-x-17-wall-calendar-white-red-st53913-24/product_24545384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-gray-st59701-24/product_24545092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-black-st12951-24/product_24545367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-16-x-24-canvas-art-ali1137-c1624gg/product_2081147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-navy-st59700-24/product_24545091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-plastic-utility-bin-4-gal-black-2-pack-fg335488bla/product_24532654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-22-x-32-canvas-art-ali1137-c2232gg/product_2080199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-30-x-47-canvas-art-ali1137-c3047gg/product_2077014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-flashguard-hot-laminating-pouch-letter-size-5-mil-100-pack-fg-5/product_24593133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-greenwave-410-tabletop-cardboard-perforator/product_24460985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-red-black-white-st53999-24/product_24545100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-greenwave-430-cardboard-perforator/product_24460986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-onsite-32-sheet-cross-cut-shredder-fd-8652cc/product_24600530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0450-c2232gg/product_2077132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-black-st12937-24/product_24545398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-ranger-fire-safe-trash-can-container-square-plastic-beige-35-gallon-fg843088beig/product_847800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-splendor-14-x-24-canvas-art/product_315210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-recycling-container-desk-high-23-gallons-blue-fg356973blue/product_504372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-36-x-24-wall-calendar-red-st53903-24/product_24545095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-48-x-32-dry-erase-wall-calendar-gray-white-st58450-24/product_24545703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-paper-joggers-800-sheets-fd402p1/product_1317273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sprin-in-hatley-park-30-x-47-canvas-art/product_314188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-onsite-office-8602sc-31-sheet-strip-cut-commercial-shredder-fd8602sc/product_1317278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-appointment-book-assorted-colors-st58446-24/product_24545395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-planner-assorted-colors-st17389-24/product_24545377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-planner-black-st12938-24/product_24545383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-18-x-24-canvas-art/product_314119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-35-x-47-canvas-art/product_314121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-9-monthly-planner-assorted-colors-st12942-24/product_24545393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-blue-plastic-23-gallon-1788372/product_919713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-12-x-32-canvas-art/product_314390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-16-x-47-canvas-art/product_314391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-18-x-24-canvas-art/product_314393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-6-x-19-canvas-art/product_314392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-daily-appointment-book-black-st21487-24/product_24545089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-bart-18-x-24-canvas-art/product_314334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-mini-popping-game-5-years-2288/product_24514241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-popping-game-3-10-years-2289/product_24514242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-beach-18-x-24-canvas-art/product_314338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-four-person-daily-appointment-book-black-st58479-24/product_24545102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-16-x-47-canvas-art-em0566-c1647gg/product_2076753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallon-gray/product_1672365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-wall-calendar-red-white-st53922-24/product_24545090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallons-red-1883564/product_1672317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0568-b1114bmf/product_2082647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0568-b1114mf/product_2082646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-paper-lid-blue-fg270388blue/product_39796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-tf-publishing-365-inspiring-women-5-25-x-5-25-day-to-day-calendar-24-3046/product_24562798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-skyline-by-design-turnpike-10-x-19-canvas-art-ali1292-c1019gg/product_2083635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-paper-recycling-station-23-gallon-gray-green-2185054/product_24561619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-step-trash-can-black-and-metallic-24-gal-1902000/product_1672303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-12-x-12-monthly-wall-calendar-31995/product_24585624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-indoor-step-trash-can-red-resin-4-gal-1883563/product_1672315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-black-fwb14blkhi/product_24590473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-7-x-7-monthly-wall-calendar-36648/product_24588656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-navy-zfb1414navyhighline/product_24590474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-11-x-14-black-frame-art/product_315074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-plastic-trash-can-with-lid-13-gal-black-1883611/product_1672321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-america-s-backroads-12-x-12-monthly-wall-calendar-32046x/product_24561069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-american-muscle-cars-6-x-5-5-daily-day-to-day-calendar-multicolor-36129/product_24574936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-11-x-14-wood-frame-art/product_315080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0450-c2232gg/product_2077132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-vented-recycling-container-23-gallons-blue-fg354007blue/product_815622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-3-x-6-weekly-monthly-planner-black-st12937-24/product_24545398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-wastebasket-and-lids-23-gal/product_SS134493731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-ranger-fire-safe-trash-can-container-square-plastic-beige-35-gallon-fg843088beig/product_847800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-splendor-14-x-24-canvas-art/product_315210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-36-x-24-wall-calendar-red-st53903-24/product_24545095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-recycling-container-desk-high-23-gallons-blue-fg356973blue/product_504372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fredrix-canvas-boards-16-in-x-20-in-pack-of-3/product_1720376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-astronomy-6-2-x-5-4-daily-desk-calendar-36136x/product_24561010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-22-x-32-canvas-art/product_315078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-48-x-32-dry-erase-wall-calendar-gray-white-st58450-24/product_24545703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-30-x-47-canvas-art/product_315079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-step-on-waste-container-12-gallons-beige-rcp6144bei/product_962137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-paper-joggers-800-sheets-fd402p1/product_1317273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sprin-in-hatley-park-30-x-47-canvas-art/product_314188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/formax-onsite-office-8602sc-31-sheet-strip-cut-commercial-shredder-fd8602sc/product_1317278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-appointment-book-assorted-colors-st58446-24/product_24545395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-planner-assorted-colors-st17389-24/product_24545377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-5-x-8-weekly-monthly-planner-black-st12938-24/product_24545383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-18-x-24-canvas-art/product_314119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-soliloquy-35-x-47-canvas-art/product_314121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-9-monthly-planner-assorted-colors-st12942-24/product_24545393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-blue-plastic-23-gallon-1788372/product_919713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-12-x-32-canvas-art/product_314390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-16-x-47-canvas-art/product_314391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-18-x-24-canvas-art/product_314393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-time-impressions-6-x-19-canvas-art/product_314392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-daily-appointment-book-black-st21487-24/product_24545089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-bart-18-x-24-canvas-art/product_314334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-popping-game-3-10-years-2289/product_24514242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-mini-popping-game-5-years-2288/product_24514241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-beach-18-x-24-canvas-art/product_314338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-four-person-daily-appointment-book-black-st58479-24/product_24545102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-croix-panoramic-by-preston-16-x-47-canvas-art-em0566-c1647gg/product_2076753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallon-gray/product_1672365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallons-red-1883564/product_1672317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-wall-calendar-red-white-st53922-24/product_24545090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0568-b1114mf/product_2082646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0568-b1114bmf/product_2082647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-paper-lid-blue-fg270388blue/product_39796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-tf-publishing-365-inspiring-women-5-25-x-5-25-day-to-day-calendar-24-3046/product_24562798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-12-x-12-monthly-wall-calendar-31995/product_24585624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-step-trash-can-black-and-metallic-24-gal-1902000/product_1672303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-paper-recycling-station-23-gallon-gray-green-2185054/product_24561619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-skyline-by-design-turnpike-10-x-19-canvas-art-ali1292-c1019gg/product_2083635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-indoor-step-trash-can-red-resin-4-gal-1883563/product_1672315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-black-fwb14blkhi/product_24590473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/francine-collection-highline-convertible-laptop-cross-body-backpack-tote-navy-zfb1414navyhighline/product_24590474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-7-x-7-monthly-wall-calendar-36648/product_24588656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-11-x-14-black-frame-art/product_315074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-america-s-backroads-12-x-12-monthly-wall-calendar-32046x/product_24561069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-american-muscle-cars-6-x-5-5-daily-day-to-day-calendar-multicolor-36129/product_24574936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-plastic-trash-can-with-lid-13-gal-black-1883611/product_1672321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-11-x-14-wood-frame-art/product_315080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-vented-recycling-container-23-gallons-blue-fg354007blue/product_815622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-wastebasket-and-lids-23-gal/product_SS134493731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fredrix-canvas-boards-16-in-x-20-in-pack-of-3/product_1720376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-astronomy-6-2-x-5-4-daily-desk-calendar-36136x/product_24561010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-22-x-32-canvas-art/product_315078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-30-x-47-canvas-art/product_315079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-step-on-waste-container-12-gallons-beige-rcp6144bei/product_962137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:53:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-25-in-pack-of-10-10pk-6025a/product_2132739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-5-headband-fgd25306bl00/product_805956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd11206wh00/product_851644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fredrix-yankee-primed-cotton-canvas-73-in-x-6-yd-roll-1015/product_2246237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd21306bl00/product_851606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/freezer-paper-roll-40-lb-24-x-1-100-1-roll/product_946241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starfish-18-x-24-canvas-art/product_314339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-16-x-20-white-matted-black-frame-ali1138-b1620mf/product_2086561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25206wh00/product_852107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25306wh00/product_852104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beaches-12-x-12-wall-calendar-32336/product_24561039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tcell-2-odor-control-system-refill-elegance-1957529/product_2726224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tcell-dispenser-passive-air-system-white-1793547/product_848947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-day-12-x-12-monthly-wall-calendar-white-black-32459/product_24585562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fresh-products-conqueror-103-odor-counteractant-concentrate-lemon-quart-12-carton-103qf22/product_2801062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-butterflies-12-x-12-monthly-wall-calendar-32756/product_24561019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fresh-products-easy-fresh-2-0-fragranced-cover-with-batteries-citrus-12-box-efa1bf10/product_2799738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-gray-resin-23-gal-fg356988gray/product_540575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-w-no-lid-beige-resin-23-gal-fg356988beig/product_540559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-fresh-air-freshener-tablet-cherry-scent-12-box-fpi12tossch/product_177008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cat-cartoon-a-day-by-jonny-hawkins-6-x-5-5-daily-day-to-day-calendar-multicolor-36242/product_24575158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-polyethylene-lid-black-7-gal-fg306600bla/product_488301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-11-x-14-ali0740-b1114mf/product_1729362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-11-x-14-ali0740-w1114mf/product_1729361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-recycling-waste-containers-square-w-pcr-content-blue-35-gallon/product_936351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-16-x-20-ali0740-b1620mf/product_1727952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-classic-cars-trucks-6-x-5-5-daily-day-to-day-calendar-multicolor-36266/product_24575160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-35-x-47-ali0740-c3547gg/product_1727322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-24-x-32-ali0740-c2432gg/product_1727363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screens-mango-10-box-frs3wds60man/product_318422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-value-pro-mop-heads-headband-12-carton-fgv11600wh00/product_958162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-dream-cars-12-x-12-wall-calendar-33395/product_24561071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-down-press-bucket-and-wringer-35-quart-blue-fg757888blue/product_24357765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-18-x-24-ali0741-c1824gg/product_1732312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-26-quart-yellow-fg748000yel/product_24357757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frigidaire-115-volt-5000-btu-window-air-conditioner-with-remote-white-ffra051wae/product_24444214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-flowers-12-x-12-monthly-wall-calendar-33517x/product_24561063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frigidaire-2-slice-900-watt-retro-stainless-steel-toaster-white-eto102-white/product_24542686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-web-foot-mop-head-tailband-fgt85206gr00/product_851623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-18-x-24-ali0742-c1824gg/product_1732302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-24-x-32-ali0742-c2432gg/product_1732301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ruckers-makin-batch-candy-crush-peppermint-mints-5-lbs-244-00007/product_184437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-god-s-palette-12-x-12-monthly-wall-calendar-33685/product_24585619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-god-s-palette-12-x-12-monthly-wall-calendar-33685/product_24561083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-greece-12-x-12-monthly-wall-calendar-33814/product_24561065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-green-goddess-8-5-x-11-weekly-monthly-planner-multicolor-39403/product_24562795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-holidays-for-days-6-2-x-5-4-day-to-day-calendar-36372/product_24560994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-holidays-for-days-6-2-x-5-4-day-to-day-calendar-36372/product_24588681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frigidaire-8-000-btu-window-air-conditioner-with-remote-white-fhwc083tb1/product_24601118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-14-x-19-ali0744-c1419gg/product_1729466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-25-in-pack-of-10-10pk-6025a/product_2132739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-5-headband-fgd25306bl00/product_805956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd11206wh00/product_851644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fredrix-yankee-primed-cotton-canvas-73-in-x-6-yd-roll-1015/product_2246237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-16-x-20-ali0744-b1620mf/product_1727946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd21306bl00/product_851606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/freezer-paper-roll-40-lb-24-x-1-100-1-roll/product_946241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-18-x-24-ali0744-c1824gg/product_1729207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frigidaire-enclosed-3-to-5-gallon-hot-cold-water-cooler-dispenser-black-efwc498-black/product_24542617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-11-x-14-ali0745-b1114mf/product_1732296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starfish-18-x-24-canvas-art/product_314339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-16-x-20-white-matted-black-frame-ali1138-b1620mf/product_2086561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25206wh00/product_852107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-super-stitch-mop-head-tailband-fgd25306wh00/product_852104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beaches-12-x-12-wall-calendar-32336/product_24561039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tcell-2-odor-control-system-refill-elegance-1957529/product_2726224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tcell-dispenser-passive-air-system-white-1793547/product_848947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-big-day-12-x-12-monthly-wall-calendar-white-black-32459/product_24585562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fresh-products-conqueror-103-odor-counteractant-concentrate-lemon-quart-12-carton-103qf22/product_2801062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-butterflies-12-x-12-monthly-wall-calendar-32756/product_24561019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fresh-products-easy-fresh-2-0-fragranced-cover-with-batteries-citrus-12-box-efa1bf10/product_2799738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-gray-resin-23-gal-fg356988gray/product_540575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-outdoor-trash-can-w-no-lid-beige-resin-23-gal-fg356988beig/product_540559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-polyethylene-lid-black-7-gal-fg306600bla/product_488301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cat-cartoon-a-day-by-jonny-hawkins-6-x-5-5-daily-day-to-day-calendar-multicolor-36242/product_24575158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fresh-products-eco-fresh-air-freshener-tablet-cherry-scent-12-box-fpi12tossch/product_177008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-11-x-14-ali0740-b1114mf/product_1729362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-11-x-14-ali0740-w1114mf/product_1729361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-recycling-waste-containers-square-w-pcr-content-blue-35-gallon/product_936351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-16-x-20-ali0740-b1620mf/product_1727952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-classic-cars-trucks-6-x-5-5-daily-day-to-day-calendar-multicolor-36266/product_24575160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screens-mango-10-box-frs3wds60man/product_318422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-35-x-47-ali0740-c3547gg/product_1727322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-24-x-32-ali0740-c2432gg/product_1727363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-value-pro-mop-heads-headband-12-carton-fgv11600wh00/product_958162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-dream-cars-12-x-12-wall-calendar-33395/product_24561071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-down-press-bucket-and-wringer-35-quart-blue-fg757888blue/product_24357765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-glass-act-18-x-24-ali0741-c1824gg/product_1732312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-flowers-12-x-12-monthly-wall-calendar-33517x/product_24561063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frigidaire-115-volt-5000-btu-window-air-conditioner-with-remote-white-ffra051wae/product_24444214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-26-quart-yellow-fg748000yel/product_24357757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frigidaire-2-slice-900-watt-retro-stainless-steel-toaster-white-eto102-white/product_24542686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rubbermaid-web-foot-mop-head-tailband-fgt85206gr00/product_851623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-18-x-24-ali0742-c1824gg/product_1732302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-above-the-shadows-break-24-x-32-ali0742-c2432gg/product_1732301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ruckers-makin-batch-candy-crush-peppermint-mints-5-lbs-244-00007/product_184437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-greece-12-x-12-monthly-wall-calendar-33814/product_24561065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-god-s-palette-12-x-12-monthly-wall-calendar-33685/product_24585619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-green-goddess-8-5-x-11-weekly-monthly-planner-multicolor-39403/product_24562795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-god-s-palette-12-x-12-monthly-wall-calendar-33685/product_24561083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-holidays-for-days-6-2-x-5-4-day-to-day-calendar-36372/product_24560994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-holidays-for-days-6-2-x-5-4-day-to-day-calendar-36372/product_24588681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frigidaire-8-000-btu-window-air-conditioner-with-remote-white-fhwc083tb1/product_24601118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-14-x-19-ali0744-c1419gg/product_1729466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-16-x-20-ali0744-b1620mf/product_1727946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-18-x-24-ali0744-c1824gg/product_1729207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frigidaire-enclosed-3-to-5-gallon-hot-cold-water-cooler-dispenser-black-efwc498-black/product_24542617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-11-x-14-ali0745-b1114mf/product_1732296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-just-horses-12-x-12-monthly-wall-calendar-33975/product_24561003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-16-x-20-ali0745-w1620mf/product_1732286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-kittens-puppies-12-x-12-monthly-wall-calendar-34187/product_24561080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-android-smartphones-2500mah-teal-rc25-m-g2-teal/product_24466312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-14-x-19-ali0746-c1419gg/product_1729465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-16-x-20-ali0746-b1620mf/product_1727944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-mountain-view-12-x-12-monthly-wall-calendar-34545/product_24561067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-android-smartphones-2500mah-usa-rc25-c-g2-usa/product_24466321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-naptime-cats-12-x-12-monthly-wall-calendar-34569/product_24561064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frito-lay-variety-corn-chips-1-oz-50-bags-pack-220-00403/product_1508124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-micro-usb-power-bank-for-most-smartphones-3600mah-silver-m-rc36-g1-slvr/product_24466324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-16-x-20-ali0748-b1620mf/product_1732282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-12-x-12-monthly-wall-calendar-34590/product_24585659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russell-stover-sugar-free-assorted-chocolate-candy-19-9-oz-220-02268/product_24585381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-new-york-city-12-x-12-monthly-wall-calendar-34668/product_24585652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/froot-loops-cereal-fruit-mix-1-5-oz-6-box-kee12465/product_579252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-northern-lights-12-x-12-monthly-wall-calendar-34699/product_24585649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ocean-view-12-x-12-monthly-wall-calendar-34729/product_24560999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frooties-green-apple-chewy-candy-28-oz-209-00088/product_184511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frooties-strawberry-chewy-candy-28-oz-209-00090/product_184513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-paris-12-x-12-monthly-wall-calendar-34811/product_24560997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-compartment-acrylic-mobile-caddy-clear-93921/product_24594244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frosted-flakes-cereal-corn-2-1-oz-6-box-12468/product_579255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-11-x-14-wood-frame-art/product_313449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-16-x-20-wood-frame-art/product_313450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-plastic-document-stand-with-lip-clear-31384/product_24448337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fuel-lunch-bag-blue-gray-010390-mnc/product_24472760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-plastic-document-stand-with-lip-clear-31726/product_24448323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-26-x-32-canvas-art/product_313447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-weekly-wall-calendar-clear-gold-acrylic-44623/product_24448320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-11-16654762-instant-camera-purple/product_24472903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-daily-dogs-and-puppies-box-calendar-daily-desk-5-5-x-6-38703/product_24575025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-blossom-pink-16806250/product_IM102QF49 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-35-x-47-canvas-art/product_313456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-11-x-14-black-frame-art/product_313459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-slim-file-box-bundle-letter-size-clear-38594/product_24548604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-14-x-19-canvas-art/product_313461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-ireland-box-calendar-daily-desk-5-5-x-6-36396/product_24575061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-16-x-20-black-frame-art/product_313460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-wide-monochrome-film-10-pk-fdc16564101/product_24337254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-brake-roller-for-fi-7140-fi-7240-fi-7160-fi-7260-fi-7180-fi-7280-fi-7300nx-scanners-pa03670-0001/product_IM16KF912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-acrylic-drawer-organizer-clear-93924/product_24594249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-cg90000-120001-cleaning-cloth-for-scanner/product_1682886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-7460-pa03710-b055-desktop-scanner-black-white/product_IM13V6541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-collator-clear-acrylic-31732/product_24448333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-inboxdrawer-clear-acrylic-with-gold-toned-hardware-31385/product_24448317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-just-horses-12-x-12-monthly-wall-calendar-33975/product_24561003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-16-x-20-ali0745-w1620mf/product_1732286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-kittens-puppies-12-x-12-monthly-wall-calendar-34187/product_24561080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-micro-usb-power-bank-for-android-smartphones-2500mah-teal-rc25-m-g2-teal/product_24466312 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-14-x-19-ali0746-c1419gg/product_1729465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-pencil-holder-clear-acrylic-31730/product_24448318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8170-pa03810-b055-duplex-desktop-document-scanner-black-white/product_24528006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-16-x-20-ali0746-b1620mf/product_1727944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-mountain-view-12-x-12-monthly-wall-calendar-34545/product_24561067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-android-smartphones-2500mah-usa-rc25-c-g2-usa/product_24466321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-naptime-cats-12-x-12-monthly-wall-calendar-34569/product_24561064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frito-lay-variety-corn-chips-1-oz-50-bags-pack-220-00403/product_1508124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-micro-usb-power-bank-for-most-smartphones-3600mah-silver-m-rc36-g1-slvr/product_24466324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-trip-the-light-fantastic-16-x-20-ali0748-b1620mf/product_1732282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-national-parks-12-x-12-monthly-wall-calendar-34590/product_24585659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russell-stover-sugar-free-assorted-chocolate-candy-19-9-oz-220-02268/product_24585381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-new-york-city-12-x-12-monthly-wall-calendar-34668/product_24585652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/froot-loops-cereal-fruit-mix-1-5-oz-6-box-kee12465/product_579252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-northern-lights-12-x-12-monthly-wall-calendar-34699/product_24585649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ocean-view-12-x-12-monthly-wall-calendar-34729/product_24560999 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frooties-green-apple-chewy-candy-28-oz-209-00088/product_184511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frooties-strawberry-chewy-candy-28-oz-209-00090/product_184513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-paris-12-x-12-monthly-wall-calendar-34811/product_24560997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-compartment-acrylic-mobile-caddy-clear-93921/product_24594244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/frosted-flakes-cereal-corn-2-1-oz-6-box-12468/product_579255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-11-x-14-wood-frame-art/product_313449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-16-x-20-wood-frame-art/product_313450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-plastic-document-stand-with-lip-clear-31384/product_24448337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fuel-lunch-bag-blue-gray-010390-mnc/product_24472760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-plastic-document-stand-with-lip-clear-31726/product_24448323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-brown-jug-26-x-32-canvas-art/product_313447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-bloc-collection-weekly-wall-calendar-clear-gold-acrylic-44623/product_24448320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-11-16654762-instant-camera-purple/product_24472903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-daily-dogs-and-puppies-box-calendar-daily-desk-5-5-x-6-38703/product_24575025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-12-instant-print-camera-blossom-pink-16806250/product_IM102QF49 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-35-x-47-canvas-art/product_313456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-11-x-14-black-frame-art/product_313459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-slim-file-box-bundle-letter-size-clear-38594/product_24548604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-14-x-19-canvas-art/product_313461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-ireland-box-calendar-daily-desk-5-5-x-6-36396/product_24575061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-16-x-20-black-frame-art/product_313460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-wide-monochrome-film-10-pk-fdc16564101/product_24337254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-brake-roller-for-fi-7140-fi-7240-fi-7160-fi-7260-fi-7180-fi-7280-fi-7300nx-scanners-pa03670-0001/product_IM16KF912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-acrylic-drawer-organizer-clear-93924/product_24594249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-cg90000-120001-cleaning-cloth-for-scanner/product_1682886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-7460-pa03710-b055-desktop-scanner-black-white/product_IM13V6541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-collator-clear-acrylic-31732/product_24448333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-inboxdrawer-clear-acrylic-with-gold-toned-hardware-31385/product_24448317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-pencil-holder-clear-acrylic-31730/product_24448318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8170-pa03810-b055-duplex-desktop-document-scanner-black-white/product_24528006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:53:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:53:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-11-x-14-black-matted-silver-frame-rs023-s1114bmf/product_2081191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03540-0001-scanner-brake-roller/product_IM16KF899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-rainbows-12-x-12-monthly-wall-calendar-35085/product_24561068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs023-s1114mf/product_2081190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-rainbows-12-x-12-monthly-wall-calendar-35085/product_24585617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03688-0001-carrying-case-for-scansnap-ix100-scanner/product_IM1XR1959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-16-x-20-white-matted-silver-frame-rs023-s1620mf/product_2084833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-seasons-12-x-12-monthly-wall-calendar-35276x/product_24585613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-simon-s-cat-6-x-5-5-daily-day-to-day-calendar-multicolor-36518/product_24575219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-fashion-stapler-20-sheet-capacity-gold-clear-each-81704r/product_24514170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-pick-roller-for-fi-7600-fi-7700-scanners-3-set-pa03740-k011/product_IM16KF918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sloths-12-x-12-monthly-wall-calendar-35436/product_24561046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sloths-12-x-12-monthly-wall-calendar-35436/product_24585616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-roller-set-for-x500-ix1400-ix1500-ix1600-scanners-pa03656-0001/product_IM16KF909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-noire-desktop-stapler-15-sheet-matte-black-40461/product_24448332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-succulent-rain-drop-24-x-24-canvas-art/product_314658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanner-cloth-cleaning-paper-8-25-x-11-75-10-sheets-ca99501-0012/product_IM16KF922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanner-pick-roller-for-s1500-and-s1500m-scanner-pa03586-0001/product_IM16KF907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-trivia-night-6-x-5-5-daily-day-to-day-calendar-multicolor-36556/product_24575182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1300-wireless-duplex-document-scanner-white-pa03805-b005/product_24512299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0519-b1620mf/product_2083431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-notebook-9-x-11-college-ruled-98-sheets-frosted-44451/product_24469123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-3-hole-punch-5-sheet-capacity-clear-44629/product_24448336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0519-w1620mf/product_2083430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-van-gogh-12-x-12-monthly-wall-calendar-35740/product_24585626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-waterfalls-12-x-12-monthly-wall-calendar-35788/product_24561000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-18-x-24-canvas-art-mt0519-c1824gg/product_2078468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-pa03360-0013-intended-carrier-sheet-for-scansnap-fi-5110eox2-s1100/product_IM15NQ889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-waterfalls-12-x-12-monthly-wall-calendar-35788/product_24585603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-11-x-14-black-frame-art/product_496273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-16-x-24-canvas-art/product_499193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-what-dogs-teach-us-7-x-7-monthly-wall-calendar-37010/product_24561029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wildflowers-12-x-12-monthly-wall-calendar-35986/product_24561058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wonders-of-the-world-12-x-12-monthly-wall-calendar-37539/product_24585607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-16-x-20-black-frame-art/product_317644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-30-x-47-canvas-art/product_495059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-14-x-19-canvas-art/product_317645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-zoo-in-a-box-6-x-5-5-daily-day-to-day-calendar-multicolor-36631/product_24575146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer/product_SS226547681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-2026-at-a-glance-3-5-x-6-monthly-planner-faux-leather-cover-black-70-024-05-25/product_24583055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-3-63-x-6-13-monthly-planner-paperboard-cover-black-148423/product_24585026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-white-matted-wood-frame-ma0611-w1114mf/product_2082128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-fluorescent-orange-17-oz-12-pack-203027v/product_24552445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-safety-red-17-oz-12-pack-203038/product_24552444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rust-oleum-leakseal-self-fusing-silicone-tape-black/product_24383702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-11-x-14-black-matted-silver-frame-rs023-s1114bmf/product_2081191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-2026-house-of-doolittle-8-5-x-11-monthly-planner-leatherette-cover-black-262092-25/product_24597380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-24-x-32-canvas-art-ma0611-c2432gg/product_2078120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03540-0001-scanner-brake-roller/product_IM16KF899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-2029-house-of-doolittle-8-5-x-11-monthly-planner-faux-leather-cover-black-262502-25/product_24597430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-rainbows-12-x-12-monthly-wall-calendar-35085/product_24561068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-11-x-14-white-matted-silver-frame-rs023-s1114mf/product_2081190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-rainbows-12-x-12-monthly-wall-calendar-35085/product_24585617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rust-oleum-zinsser-covers-up-ceiling-paint-primer-in-one-white-13-oz-6-pack-3688/product_24383720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03688-0001-carrying-case-for-scansnap-ix100-scanner/product_IM1XR1959 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-daily-monthly-planner-refill-white-brown-491-125-25/product_24583043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-daily-monthly-planner-refill-white-brown-491-225-25/product_24583063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-24-x-32-canvas-art/product_491100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/function101-magsafe-coaster-charger-navy-f101-mcna1/product_24585726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-strawberry-splash-ii-by-roderick-stevens-16-x-20-white-matted-silver-frame-rs023-s1620mf/product_2084833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-fashion-stapler-20-sheet-capacity-gold-clear-each-81704r/product_24514170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-seasons-12-x-12-monthly-wall-calendar-35276x/product_24585613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sloths-12-x-12-monthly-wall-calendar-35436/product_24561046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sloths-12-x-12-monthly-wall-calendar-35436/product_24585616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-simon-s-cat-6-x-5-5-daily-day-to-day-calendar-multicolor-36518/product_24575219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-pick-roller-for-fi-7600-fi-7700-scanners-3-set-pa03740-k011/product_IM16KF918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanner-cloth-cleaning-paper-8-25-x-11-75-10-sheets-ca99501-0012/product_IM16KF922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-noire-desktop-stapler-15-sheet-matte-black-40461/product_24448332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-roller-set-for-x500-ix1400-ix1500-ix1600-scanners-pa03656-0001/product_IM16KF909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-scanner-pick-roller-for-s1500-and-s1500m-scanner-pa03586-0001/product_IM16KF907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-succulent-rain-drop-24-x-24-canvas-art/product_314658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-trivia-night-6-x-5-5-daily-day-to-day-calendar-multicolor-36556/product_24575182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-van-gogh-12-x-12-monthly-wall-calendar-35740/product_24585626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0519-w1620mf/product_2083430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-notebook-9-x-11-college-ruled-98-sheets-frosted-44451/product_24469123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-3-hole-punch-5-sheet-capacity-clear-44629/product_24448336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0519-b1620mf/product_2083431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-ix1300-wireless-duplex-document-scanner-white-pa03805-b005/product_24512299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-waterfalls-12-x-12-monthly-wall-calendar-35788/product_24561000 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fujitsu-scansnap-pa03360-0013-intended-carrier-sheet-for-scansnap-fi-5110eox2-s1100/product_IM15NQ889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-waterfalls-12-x-12-monthly-wall-calendar-35788/product_24585603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-11-x-14-black-frame-art/product_496273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-16-x-24-canvas-art/product_499193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sudan-watercolor-map-by-michael-tompsett-18-x-24-canvas-art-mt0519-c1824gg/product_2078468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-what-dogs-teach-us-7-x-7-monthly-wall-calendar-37010/product_24561029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wildflowers-12-x-12-monthly-wall-calendar-35986/product_24561058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wonders-of-the-world-12-x-12-monthly-wall-calendar-37539/product_24585607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-30-x-47-canvas-art/product_495059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-16-x-20-black-frame-art/product_317644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-zoo-in-a-box-6-x-5-5-daily-day-to-day-calendar-multicolor-36631/product_24575146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-14-x-19-canvas-art/product_317645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer/product_SS226547681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-2026-at-a-glance-3-5-x-6-monthly-planner-faux-leather-cover-black-70-024-05-25/product_24583055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-2026-blue-sky-3-63-x-6-13-monthly-planner-paperboard-cover-black-148423/product_24585026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-safety-red-17-oz-12-pack-203038/product_24552444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-white-matted-wood-frame-ma0611-w1114mf/product_2082128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-fluorescent-orange-17-oz-12-pack-203027v/product_24552445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-2026-house-of-doolittle-8-5-x-11-monthly-planner-leatherette-cover-black-262092-25/product_24597380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rust-oleum-leakseal-self-fusing-silicone-tape-black/product_24383702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-2029-house-of-doolittle-8-5-x-11-monthly-planner-faux-leather-cover-black-262502-25/product_24597430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-24-x-32-canvas-art-ma0611-c2432gg/product_2078120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rust-oleum-zinsser-covers-up-ceiling-paint-primer-in-one-white-13-oz-6-pack-3688/product_24383720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-daily-monthly-planner-refill-white-brown-491-225-25/product_24583063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-24-x-32-canvas-art/product_491100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-11-x-8-5-daily-monthly-planner-refill-white-brown-491-125-25/product_24583043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/function101-magsafe-coaster-charger-navy-f101-mcna1/product_24585726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-blueberry-protein-bar-12-bars-box-cgo00426/product_24375049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/funky-chunky-gourmet-sea-salt-caramel-popcorn-5-oz-bags-6-bags-carton-ggi00036/product_24382033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fusion-5-compartment-plastic-accessory-holders-white-gray-37526/product_2432534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fusion-letter-tray-white-and-gray-37522/product_2432539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-11-x-14-wood-frame-art/product_314902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/futuro-reversible-splint-wrist-brace-adjustable-10770en/product_202239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-16-x-20-wood-frame-art/product_314903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-20-x-30-monthly-wall-calendar-white-purple-pm4-28-25/product_24582760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-13-78-fabric-travel-organizer-water-resistant-black-25589/product_24597920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/s-pellegrino-essenza-lemon-lemon-zest-flavored-mineral-water-11-15-fl-oz-cans-8-pack-12394352/product_24396914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-6-75-12-piece-plastic-toiletry-bag-kit-black-clear-36023/product_24597921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-black-27105-black/product_24597926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-18-x-24-canvas-art/product_314269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-26-x-32-canvas-art/product_314270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-35-x-47-canvas-art/product_314271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-22-x-29-two-month-wall-calendar-white-purple-pm9-28-25/product_24582820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-18-x-24-canvas-art/product_313984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-hour-5-x-8-daily-appointment-book-planner-faux-leather-cover-black-70-203-05-25/product_24583044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/sabre-mini-personal-alarm-with-led-light-security-protection-sbcpampall/product_2637664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/sabre-personal-alarm-pink-supports-nbcf-sbcpanbcf01/product_2637669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-8-12-piece-plastic-toiletry-bag-kit-black-clear-36024/product_24597922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-x-36-yearly-wet-erase-wall-calendar-white-green-pm210-28-25/product_24582797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/sabre-personal-alarm-red-supports-rainn-sbcparainn01/product_2637666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-9-2-piece-nylon-travel-pouch-set-gray-black-6064/product_24597934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/sabrent-13-port-usb-2-0-hub-hb-u14p/product_IM1TW7629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-3-daily-calendar-refill-white-black-e919-50-25/product_24582726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-xplorer-5-piece-rfid-passport-holder-set-brown-26719-ast/product_24597935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-6-75-daily-monthly-planner-refill-white-brown-471-125-25/product_24583045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-6-75-daily-planner-refill-white-red-063-125y-25/product_24583007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-blue-12-pack/product_SS163416367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-cl-seamless-cotton-polyester-knit-with-latex-coating-xl-12-pairs-39-1310-xl/product_179961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-blue-pm200-28-25/product_24582806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-red-blue-a152-25/product_24582786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-endurance-seamless-nylon-knit-liner-w-nitrile-coating-m-12-pr/product_179933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-sea-35-x-47-canvas-art/product_314007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-endurance-seamless-nylon-knit-liner-w-nitrile-coating/product_SS163416368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-red-pm326-28-25/product_24582763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-10-compartment-literature-organizers-19-5-x-16-medium-oak-9420mo/product_515971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-16-x-20-white-matted-black-frame-ks01088-b1620mf/product_2086275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-16-x-24-canvas-art-ks01088-c1624gg/product_2081054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sun-room-24-x-32-canvas-art/product_314196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-sm-12pr/product_179944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-xl-12pr/product_179941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-2-drawer-flat-file-cabinet-not-assembled-specialty-white-4999whr/product_278927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-75-x-3-75-monthly-planner-refill-white-gray-063-685y-25/product_24583058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-nylon-polyurethane-gloves-gray-dozen-33-g125-s/product_179923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-14-x-19-canvas-art/product_317667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-desk-calendar-refill-white-black-e717r-50-25/product_24582816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-26-x-32-canvas-art/product_317670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/rx-bar-gluten-free-blueberry-protein-bar-12-bars-box-cgo00426/product_24375049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/funky-chunky-gourmet-sea-salt-caramel-popcorn-5-oz-bags-6-bags-carton-ggi00036/product_24382033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-black-matted-black-frame-sg5734-b1111bmf/product_2081092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fusion-5-compartment-plastic-accessory-holders-white-gray-37526/product_2432534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/fusion-letter-tray-white-and-gray-37522/product_2432539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-2-shelf-plastic-poly-mobile-machine-stand-with-swivel-wheels-gray-1859gr/product_805732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-11-x-14-wood-frame-art/product_314902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/futuro-reversible-splint-wrist-brace-adjustable-10770en/product_202239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-16-x-20-wood-frame-art/product_314903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-22-foot-pedal-lab-stool-vinyl-3437bl/product_24430952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-25-x-11-weekly-appointment-book-faux-leather-cover-blue-70-940-20-25/product_24583032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-gloves-kevlar-engineered-yarn-black-13-gauge-nitrile-foam-ansi-a4-size-xl/product_2742419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-white-matted-wood-frame-sg5734-w1111mf/product_2081089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-14-x-14-canvas-art-sg5731-c1414gg/product_2077659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-20-x-30-monthly-wall-calendar-white-purple-pm4-28-25/product_24582760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-black-27105-black/product_24597926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/s-pellegrino-essenza-lemon-lemon-zest-flavored-mineral-water-11-15-fl-oz-cans-8-pack-12394352/product_24396914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-13-78-fabric-travel-organizer-water-resistant-black-25589/product_24597920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-26-x-32-canvas-art/product_314270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-6-75-12-piece-plastic-toiletry-bag-kit-black-clear-36023/product_24597921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-18-x-24-canvas-art/product_314269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-35-x-47-canvas-art/product_314271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-22-x-29-two-month-wall-calendar-white-purple-pm9-28-25/product_24582820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-hour-5-x-8-daily-appointment-book-planner-faux-leather-cover-black-70-203-05-25/product_24583044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/sabre-mini-personal-alarm-with-led-light-security-protection-sbcpampall/product_2637664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-18-x-24-canvas-art/product_313984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/sabre-personal-alarm-pink-supports-nbcf-sbcpanbcf01/product_2637669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-8-12-piece-plastic-toiletry-bag-kit-black-clear-36024/product_24597922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-x-36-yearly-wet-erase-wall-calendar-white-green-pm210-28-25/product_24582797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/sabre-personal-alarm-red-supports-rainn-sbcparainn01/product_2637666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-9-2-piece-nylon-travel-pouch-set-gray-black-6064/product_24597934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-3-daily-calendar-refill-white-black-e919-50-25/product_24582726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/sabrent-13-port-usb-2-0-hub-hb-u14p/product_IM1TW7629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-6-75-daily-monthly-planner-refill-white-brown-471-125-25/product_24583045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-force-xplorer-5-piece-rfid-passport-holder-set-brown-26719-ast/product_24597935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-6-75-daily-planner-refill-white-red-063-125y-25/product_24583007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-blue-12-pack/product_SS163416367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-cl-seamless-cotton-polyester-knit-with-latex-coating-xl-12-pairs-39-1310-xl/product_179961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-red-blue-a152-25/product_24582786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-endurance-seamless-nylon-knit-liner-w-nitrile-coating-m-12-pr/product_179933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-blue-pm200-28-25/product_24582806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-sea-35-x-47-canvas-art/product_314007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-endurance-seamless-nylon-knit-liner-w-nitrile-coating/product_SS163416368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-red-pm326-28-25/product_24582763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-16-x-24-canvas-art-ks01088-c1624gg/product_2081054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-16-x-20-white-matted-black-frame-ks01088-b1620mf/product_2086275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-sm-12pr/product_179944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-10-compartment-literature-organizers-19-5-x-16-medium-oak-9420mo/product_515971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sun-room-24-x-32-canvas-art/product_314196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-maxiflex-ultimate-seamless-nylon-knit-liner-3-4-nitrile-coating-xl-12pr/product_179941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-75-x-3-75-monthly-planner-refill-white-gray-063-685y-25/product_24583058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-2-drawer-flat-file-cabinet-not-assembled-specialty-white-4999whr/product_278927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-gp-nylon-polyurethane-gloves-gray-dozen-33-g125-s/product_179923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-14-x-19-canvas-art/product_317667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-desk-calendar-refill-white-black-e717r-50-25/product_24582816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-26-x-32-canvas-art/product_317670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-2-shelf-plastic-poly-mobile-machine-stand-with-swivel-wheels-gray-1859gr/product_805732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-black-matted-black-frame-sg5734-b1111bmf/product_2081092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-22-foot-pedal-lab-stool-vinyl-3437bl/product_24430952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-14-x-14-canvas-art-sg5731-c1414gg/product_2077659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-25-x-11-weekly-appointment-book-faux-leather-cover-blue-70-940-20-25/product_24583032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-white-matted-wood-frame-sg5734-w1111mf/product_2081089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-gloves-kevlar-engineered-yarn-black-13-gauge-nitrile-foam-ansi-a4-size-xl/product_2742419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-28-learn-nesting-desk-pebble-gray-1227gr/product_24486100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-16-x-16-white-matted-black-frame-sg5734-b1616mf/product_2080325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-28-learn-nesting-desk/product_SS234300399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-18-x-18-canvas-art-sg5731-c1818gg/product_2085321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-11-monthly-planner-refill-pages-white-brown-491-685-25/product_24583057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225a-25/product_24583018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-utility-cart-with-lockable-wheels-black-5338bl/product_147996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gain-flings-laundry-detergent-soap-pacs-he-compatible-76-count-long-lasting-scent-original-scent/product_24528382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-33351-2501/product_24582741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-3043-21-slot-mobile-roll-file-19-25-h-x-30-25-w-x-15-75-d-putty-3043/product_148241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-black-70-260-05-25/product_24583026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-32-compartment-wood-compartment-storage-medium-oak-9494mo/product_148433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gallopade-careers-curriculum-job-tracks-galccpcarjob/product_23998972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-32-lab-stool-black-3436bl/product_2366313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-3434-polyurethane-economy-lab-stool-black-3434blz0/product_148255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gamber-johnson-notepad-v-universal-tall-computer-cradle-7160-0250-01/product_IM12CL003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-20-white-matted-wood-frame-sg5737-w1620mf/product_2077050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-burkhart-s-day-counter-7-5-x-4-5-daily-calendar-refill-white-black-e712-50-25/product_24582713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-21-75-x-17-monthly-desk-pad-calendar-white-black-sk24x-00-25/product_24582695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-39-25-x-24-gray-9424gr/product_493609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-32-25-x-38-medium-oak-7121mo/product_490368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-7-x-8-75-monthly-planner-faux-leather-cover-black-70-120x-05-25/product_24582997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-100-email-delivery/product_970615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-faux-leather-cover-black-70-950x-05-25/product_24583072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-30-x-47-canvas-art-ks01100-c3047gg/product_2076992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-9-x-11-monthly-planner-faux-leather-cover-black-70-260x-05-25/product_24583062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-50-email-delivery/product_970616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunny-red-flowers-18-x-24-canvas-art/product_317540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gap-gift-card/product_SS203782932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunny-red-flowers-35-x-47-canvas-art/product_317542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-3-5-x-6-weekly-planner-poly-cover-black-sk48-00-25/product_24583047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gap-options-gift-card/product_SS198756943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-daily-planner-faux-leather-cover-black-sk46-00-25/product_24582692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-appointment-book-faux-leather-cover-black-g200-00-25/product_24582777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-47-steel-table-desk-black-silver-1943blsl/product_272205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-48-h-modular-break-room-appliance-hutch-mahogany-slate-1706mh/product_1671876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-75-weekly-planner-faux-leather-cover-black-g535-00-25/product_24582775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garland-manufacturing-hammer-faces-rawhide-face-size-3/product_711425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-5-x-11-weekly-monthly-appointment-book-poly-cover-gray-gc520-07-25/product_24583016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-5-x-11-monthly-planner-poly-cover-gray-gc470-07-25/product_24583065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garment-bags-0-6-mil-21-x-7-x-30-clear-630-roll-gb21730/product_2300809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-weekly-appointment-book-faux-leather-cover-black-g520-00-25/product_24583003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-28-learn-nesting-desk-pebble-gray-1227gr/product_24486100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-54-workstation-desk-mahogany-medium-oak-1933/product_636146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-16-x-16-white-matted-black-frame-sg5734-b1616mf/product_2080325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-28-learn-nesting-desk/product_SS234300399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-18-x-18-canvas-art-sg5731-c1818gg/product_2085321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-6-compartments-steel-file-organizer-black-3128bl/product_147941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-11-monthly-planner-refill-pages-white-brown-491-685-25/product_24583057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-12-monthly-planner-faux-leather-cover-black-g470-00-25/product_24583014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garmin-010-02036-06-drive-52-5-in-gps-navigator/product_24526076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225a-25/product_24583018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-3043-21-slot-mobile-roll-file-19-25-h-x-30-25-w-x-15-75-d-putty-3043/product_148241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-3-shelf-metal-mobile-utility-cart-with-lockable-wheels-black-5338bl/product_147996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gain-flings-laundry-detergent-soap-pacs-he-compatible-76-count-long-lasting-scent-original-scent/product_24528382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-33351-2501/product_24582741 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-black-70-260-05-25/product_24583026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-32-compartment-wood-compartment-storage-medium-oak-9494mo/product_148433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gallopade-careers-curriculum-job-tracks-galccpcarjob/product_23998972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-32-lab-stool-black-3436bl/product_2366313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-3434-polyurethane-economy-lab-stool-black-3434blz0/product_148255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gamber-johnson-notepad-v-universal-tall-computer-cradle-7160-0250-01/product_IM12CL003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-blossoming-by-sheila-golden-16-x-20-white-matted-wood-frame-sg5737-w1620mf/product_2077050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-burkhart-s-day-counter-7-5-x-4-5-daily-calendar-refill-white-black-e712-50-25/product_24582713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-32-25-x-38-medium-oak-7121mo/product_490368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-7-x-8-75-monthly-planner-faux-leather-cover-black-70-120x-05-25/product_24582997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-21-75-x-17-monthly-desk-pad-calendar-white-black-sk24x-00-25/product_24582695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-39-25-x-24-gray-9424gr/product_493609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-100-email-delivery/product_970615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-faux-leather-cover-black-70-950x-05-25/product_24583072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-30-x-47-canvas-art-ks01100-c3047gg/product_2076992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gap-gift-card/product_SS203782932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-9-x-11-monthly-planner-faux-leather-cover-black-70-260x-05-25/product_24583062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-50-email-delivery/product_970616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunny-red-flowers-18-x-24-canvas-art/product_317540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunny-red-flowers-35-x-47-canvas-art/product_317542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-3-5-x-6-weekly-planner-poly-cover-black-sk48-00-25/product_24583047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gap-options-gift-card/product_SS198756943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-appointment-book-faux-leather-cover-black-g200-00-25/product_24582777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-daily-planner-faux-leather-cover-black-sk46-00-25/product_24582692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-47-steel-table-desk-black-silver-1943blsl/product_272205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-48-h-modular-break-room-appliance-hutch-mahogany-slate-1706mh/product_1671876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-75-weekly-planner-faux-leather-cover-black-g535-00-25/product_24582775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garland-manufacturing-hammer-faces-rawhide-face-size-3/product_711425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-5-x-11-monthly-planner-poly-cover-gray-gc470-07-25/product_24583065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-5-x-11-weekly-monthly-appointment-book-poly-cover-gray-gc520-07-25/product_24583016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garment-bags-0-6-mil-21-x-7-x-30-clear-630-roll-gb21730/product_2300809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-weekly-appointment-book-faux-leather-cover-black-g520-00-25/product_24583003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-54-workstation-desk-mahogany-medium-oak-1933/product_636146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-6-compartments-steel-file-organizer-black-3128bl/product_147941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-12-monthly-planner-faux-leather-cover-black-g470-00-25/product_24583014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garmin-010-02036-06-drive-52-5-in-gps-navigator/product_24526076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-7-pocket-steel-wall-file-letter-legal-size-black-3185bl/product_887237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-12-monthly-planner-faux-leather-cover-black-sk2-00-25/product_24582688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-24-x-24-canvas-art-ali1082-c2424gg/product_2078819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garmin-010-02313-00-dezl-otr700-7-gps-truck-navigator/product_24526065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garmin-010-02315-00-d-zl-otr1000-10-inch-gps-truck-navigator/product_24526079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-ettavee-5-5-x-8-5-daily-monthly-planner-refill-multicolor-ev81-125-25/product_24583042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-11-x-9-monthly-padfolio-refill-white-black-70-909-10-25/product_24582753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-conversations-by-beata-czyzowska-young-11x11-frm-art-wht-mtd-bc0149-w1111mf/product_1552813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garmin-d-zlcam-7-inch-gps-truck-navigator-with-built-in-dash-cam-black-010-02727-00/product_24543172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-75-high-commercial-shelving-kit-5-shelves-and-post-kit-36wx18-d/product_889843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-harmony-8-5-x-11-weekly-monthly-planner-poly-cover-beetroot-1099-905-56-25/product_24582795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-9420-12-compartment-literature-organizers-9-5-gray-9420gr/product_148421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-11-x-14-black-matted-black-frame-ma0613-b1114bmf/product_2082136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-kd81-285y-25/product_24583021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-14-x-19-canvas-art-ma0613-c1419gg/product_2079176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-16-x-20-black-matted-black-frame-ma0613-b1620bmf/product_2086247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-72-bowfront-desk-gray-steel-abd7242lgs/product_1961528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-puppies-21-75-x-17-monthly-desk-pad-calendar-dmd166-32-25/product_24582706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-photographic-6-x-3-5-desk-calendar-refill-multicolor-e417-50-25/product_24582739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-24-x-32-canvas-art-ma0613-c2432gg/product_2078164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-paper-flowers-21-75-x-17-monthly-desk-pad-calendar-pink-brown-5035-25/product_24582803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-collection-in-mocha-credenza-shell/product_735024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-white-matted-black-frame-ma0642-b1114mf/product_2082056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-orange-blue-white-green-12-pack-73865/product_951235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-horizontal-paper-manager-gray-steel-20-1-4-h-x-15-w-x-11-3-4-d-ahpmlgs/product_1961514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-white-blue-silver-15-pack-36005-s/product_487913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-round-table-mocha-29-1-2-h-x-42-diameter-actr42ldc/product_842549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-black-matted-black-frame-ma0642-b1114bmf/product_2082057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-white-silver-15-pack-74938/product_715032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-16-x-20-black-matted-wood-frame-ma0642-w1620bmf/product_2086174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-active-alphabetter-mdf-backless-stool-beige-1205be/product_829707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-reverie-18-x-24-canvas-art/product_313987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-gummed-10-envelope-4-12-x-9-5-gray-linen-20-pack-27514/product_2721265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-invitations-kit-white-100-pack-76038/product_1480300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1222de/product_24488069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-seasons-in-bloom-36-x-24-yearly-wall-calendar-pa133-25/product_24582717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-collection-8-5-x-11-weekly-monthly-planner-faux-leather-cover-brown-yp905-09-25/product_24582743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-22-x-32-canvas-art/product_313471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-8-5-x-11-weekly-monthly-planner-paperboard-cover-navy-yp905-20-25/product_24582690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-lite-5-5-x-8-5-weekly-monthly-planner-poly-cover-black-yp200l-05-25/product_24582818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-11-x-14-wood-frame-art/product_313481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-lite-8-5-x-11-weekly-monthly-planner-poly-cover-black-yp905l-05-25/product_24582824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-7-pocket-steel-wall-file-letter-legal-size-black-3185bl/product_887237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-5-5-x-8-5-weekly-monthly-planner-poly-cover-bluebonnets-el33-201-25/product_24582728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-12-monthly-planner-faux-leather-cover-black-sk2-00-25/product_24582688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-beige-desktop-with-book-box-26-42-h-x-28-w-x-20-d/product_829710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-24-x-24-canvas-art-ali1082-c2424gg/product_2078819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garmin-010-02313-00-dezl-otr700-7-gps-truck-navigator/product_24526065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-silver-many-thanks-tags-24-count-silver-18528/product_2465628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garmin-010-02315-00-d-zl-otr1000-10-inch-gps-truck-navigator/product_24526079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-tile-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor-el35-200-25/product_24582742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-ettavee-5-5-x-8-5-daily-monthly-planner-refill-multicolor-ev81-125-25/product_24583042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-executive-11-x-9-monthly-padfolio-refill-white-black-70-909-10-25/product_24582753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garmin-d-zlcam-7-inch-gps-truck-navigator-with-built-in-dash-cam-black-010-02727-00/product_24543172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-75-high-commercial-shelving-kit-5-shelves-and-post-kit-36wx18-d/product_889843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-harmony-8-5-x-11-weekly-monthly-planner-poly-cover-beetroot-1099-905-56-25/product_24582795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-9420-12-compartment-literature-organizers-9-5-gray-9420gr/product_148421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-conversations-by-beata-czyzowska-young-11x11-frm-art-wht-mtd-bc0149-w1111mf/product_1552813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-11-x-14-black-matted-black-frame-ma0613-b1114bmf/product_2082136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-kd81-285y-25/product_24583021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-14-x-19-canvas-art-ma0613-c1419gg/product_2079176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-16-x-20-black-matted-black-frame-ma0613-b1620bmf/product_2086247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-72-bowfront-desk-gray-steel-abd7242lgs/product_1961528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-photographic-6-x-3-5-desk-calendar-refill-multicolor-e417-50-25/product_24582739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-puppies-21-75-x-17-monthly-desk-pad-calendar-dmd166-32-25/product_24582706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-ends-a-summer-day-by-manor-shadian-24-x-32-canvas-art-ma0613-c2432gg/product_2078164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-paper-flowers-21-75-x-17-monthly-desk-pad-calendar-pink-brown-5035-25/product_24582803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-collection-in-mocha-credenza-shell/product_735024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-white-matted-black-frame-ma0642-b1114mf/product_2082056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-orange-blue-white-green-12-pack-73865/product_951235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-horizontal-paper-manager-gray-steel-20-1-4-h-x-15-w-x-11-3-4-d-ahpmlgs/product_1961514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-white-blue-silver-15-pack-36005-s/product_487913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-round-table-mocha-29-1-2-h-x-42-diameter-actr42ldc/product_842549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-black-matted-black-frame-ma0642-b1114bmf/product_2082057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-white-silver-15-pack-74938/product_715032 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-16-x-20-black-matted-wood-frame-ma0642-w1620bmf/product_2086174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-active-alphabetter-mdf-backless-stool-beige-1205be/product_829707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-reverie-18-x-24-canvas-art/product_313987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-gummed-10-envelope-4-12-x-9-5-gray-linen-20-pack-27514/product_2721265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-invitations-kit-white-100-pack-76038/product_1480300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1222de/product_24488069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-8-5-x-11-weekly-monthly-planner-paperboard-cover-navy-yp905-20-25/product_24582690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-22-x-32-canvas-art/product_313471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-seasons-in-bloom-36-x-24-yearly-wall-calendar-pa133-25/product_24582717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-collection-8-5-x-11-weekly-monthly-planner-faux-leather-cover-brown-yp905-09-25/product_24582743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-lite-5-5-x-8-5-weekly-monthly-planner-poly-cover-black-yp200l-05-25/product_24582818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-11-x-14-wood-frame-art/product_313481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-signature-lite-8-5-x-11-weekly-monthly-planner-poly-cover-black-yp905l-05-25/product_24582824 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-5-5-x-8-5-weekly-monthly-planner-poly-cover-bluebonnets-el33-201-25/product_24582728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-beige-desktop-with-book-box-26-42-h-x-28-w-x-20-d/product_829710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gartner-studios-silver-many-thanks-tags-24-count-silver-18528/product_2465628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-tile-5-5-x-8-5-weekly-monthly-planner-poly-cover-multicolor-el35-200-25/product_24582742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-success-21-75-x-17-monthly-desk-pad-calendar-white-blue-st24-00-25/product_24582768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0744-b1114mf/product_2081564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-desk-with-book-box-gray-black-26-42-h-x-36-w-x-24-d/product_1854178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-6-63-x-9-13-daily-wall-calendar-white-black-k1-00-25/product_24582710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0744-w1620bmf/product_2077103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-adder-legal-black-arcb30827a/product_373135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0744-b1620mf/product_2077104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-1-line-label-roll-red-1200-labels-roll-3-rolls-pack-098617/product_24516204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-1-line-label-roll-white-1200-labels-roll-3-rolls-pack-098616/product_24516202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-divider-legal-black-f15dv6/product_373139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0744-c3547gg/product_2080546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-13-point-snap-blade-retractable-knife-assorted-colors-cut-40454/product_1670212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-zenscapes-5-5-x-8-5-daily-monthly-planner-refill-multicolor-281-225-25/product_24582994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-watercolors-8-5-x-11-weekly-monthly-planner-paper-cover-multicolor-791-905g-25/product_24582724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0962-b1620mf/product_2086695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-3-63-x-6-13-weekly-monthly-planner-plastic-cover-navy-blue-148395/product_24585021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-shelf-letter-black-arc2412rs/product_373140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-22-7-labeler-1-line-090939/product_69516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swans-by-lois-bryan-canvas-ready-to-hang-16x24-inches/product_249636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-arc-rotary-adjustable-file-divider-12-pebble-gray-f12dv6/product_373137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-baby-boy-by-grace-riley-18x18-canvasart-ready-to-hang-18x18-inches/product_248325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-at-your-disposal-indoor-recycling-container-w-lid-black-chrome-polyethylene-56-gal-9794bl/product_148095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-9-clear-barrel-lock-ties-5000-pack-tags-43704/product_1670045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-brochure-holder-41-x-30-clear-plastic-5601cl/product_399785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-7-x-9-weekly-monthly-planner-plastic-cover-black-148393/product_24585027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-dreams-sweet-heart-girl-by-grace-riley-canvas-art-24x24-inches/product_248318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-fluorescent-red-19-mm-x-37-mm-4000-labels-sleeve-gx3719/product_1670116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-black-150848/product_24585024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-16-x-20-wood-frame-art/product_315041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-blank-labels-16-mm-x-20-mm-14-000-labels-sleeve-2016-85381/product_1670149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-economy-single-edge-cutter-blade-for-jiffi-cutter-and-window-scraper-100-pack-cut-40475/product_1670164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-22-x-32-canvas-art/product_315038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-freedom-ink-roller-black-ink-31599/product_24577764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-20-black-frame-art/product_503698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-x-10-monthly-planner-plastic-cover-charcoal-gray-100011-25/product_24585043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-24-canvas-art/product_499229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-freedom-pre-cut-tags-1-1-8-x-1-7-16-white-1000-pack-tags-44100/product_1670207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-30-x-47-canvas-art/product_493762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-11-x-14-black-frame-art/product_312667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-14-x-19-canvas-art/product_312669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-combination-6-compartment-steel-desk-rack-black-3167bl/product_148248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-16-x-20-wood-frame-art/product_312674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-25-labeler-2-line-9-9-characters-25-mm-x-16-mm-g2516-99003/product_1670129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-commercial-6-shelf-powder-coated-steel-stand-alone-36-gray-6269/product_889846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-labels-1-line-white-19200-box-090947/product_69514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-success-21-75-x-17-monthly-desk-pad-calendar-white-blue-st24-00-25/product_24582768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0744-b1114mf/product_2081564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-deskside-2-shelf-metal-mobile-printer-stand-with-lockable-wheels-black-5207bl/product_85409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-desk-with-book-box-gray-black-26-42-h-x-36-w-x-24-d/product_1854178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-6-63-x-9-13-daily-wall-calendar-white-black-k1-00-25/product_24582710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0744-w1620bmf/product_2077103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-adder-legal-black-arcb30827a/product_373135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-my-turn-ticket-dispenser-black-red-tags-12001/product_1670037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0520-c3547gg/product_2080562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0744-b1620mf/product_2077104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0619-c2232gg/product_2080087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-1-line-label-roll-red-1200-labels-roll-3-rolls-pack-098617/product_24516204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-1-line-label-roll-white-1200-labels-roll-3-rolls-pack-098616/product_24516202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0744-c3547gg/product_2080546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-13-point-snap-blade-retractable-knife-assorted-colors-cut-40454/product_1670212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-zenscapes-5-5-x-8-5-daily-monthly-planner-refill-multicolor-281-225-25/product_24582994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-watercolors-8-5-x-11-weekly-monthly-planner-paper-cover-multicolor-791-905g-25/product_24582724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-divider-legal-black-f15dv6/product_373139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-surprise-b-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0962-b1620mf/product_2086695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-shelf-letter-black-arc2412rs/product_373140 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-3-63-x-6-13-weekly-monthly-planner-plastic-cover-navy-blue-148395/product_24585021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-22-7-labeler-1-line-090939/product_69516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-arc-rotary-adjustable-file-divider-12-pebble-gray-f12dv6/product_373137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swans-by-lois-bryan-canvas-ready-to-hang-16x24-inches/product_249636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-baby-boy-by-grace-riley-18x18-canvasart-ready-to-hang-18x18-inches/product_248325 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-at-your-disposal-indoor-recycling-container-w-lid-black-chrome-polyethylene-56-gal-9794bl/product_148095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-7-x-9-weekly-monthly-planner-plastic-cover-black-148393/product_24585027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-9-clear-barrel-lock-ties-5000-pack-tags-43704/product_1670045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-brochure-holder-41-x-30-clear-plastic-5601cl/product_399785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-blank-label-fluorescent-red-19-mm-x-37-mm-4000-labels-sleeve-gx3719/product_1670116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-dreams-sweet-heart-girl-by-grace-riley-canvas-art-24x24-inches/product_248318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-black-150848/product_24585024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-16-x-20-wood-frame-art/product_315041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-blank-labels-16-mm-x-20-mm-14-000-labels-sleeve-2016-85381/product_1670149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-freedom-ink-roller-black-ink-31599/product_24577764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-economy-single-edge-cutter-blade-for-jiffi-cutter-and-window-scraper-100-pack-cut-40475/product_1670164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-22-x-32-canvas-art/product_315038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-20-black-frame-art/product_503698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-x-10-monthly-planner-plastic-cover-charcoal-gray-100011-25/product_24585043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-24-canvas-art/product_499229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-freedom-pre-cut-tags-1-1-8-x-1-7-16-white-1000-pack-tags-44100/product_1670207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-30-x-47-canvas-art/product_493762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-11-x-14-black-frame-art/product_312667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-14-x-19-canvas-art/product_312669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-combination-6-compartment-steel-desk-rack-black-3167bl/product_148248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-16-x-20-wood-frame-art/product_312674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-25-labeler-2-line-9-9-characters-25-mm-x-16-mm-g2516-99003/product_1670129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-commercial-6-shelf-powder-coated-steel-stand-alone-36-gray-6269/product_889846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-labels-1-line-white-19200-box-090947/product_69514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-deskside-2-shelf-metal-mobile-printer-stand-with-lockable-wheels-black-5207bl/product_85409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-my-turn-ticket-dispenser-black-red-tags-12001/product_1670037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0520-c3547gg/product_2080562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0619-c2232gg/product_2080087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:55:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0785-c2232gg/product_2077277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-coming-up-roses-22-x-17-monthly-desk-pad-calendar-138198-25/product_24589873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-my-turn-ticket-rolls-yellow-tags-12004/product_1670034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-meadow-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-147224-25/product_24589818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-room-table-base-shelf-gray-28-36-h-x-60-w-x-30-d/product_392709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-sorters-7-5-gray-7752gr/product_148406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-12-x-19-canvas-art-mt0650-c1219gg/product_2079183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-replacement-ink-roller-black-2-pack-120-packs-ink-31592ctn/product_24493606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-11-x-8-75-monthly-wall-calendar-103629-25/product_24589842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-103619-25/product_24589844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-24-compartment-literature-organizers-9-gray-9211grr/product_602532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-36-compartment-literature-organizers-37-5-x-36-5-black-9221blr/product_431142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-safety-cutter-retractable-knife-black-blue-cut-40468/product_1670109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:56:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-36-compartment-literature-organizers-40-x-11-75-mahogany-9321mh/product_441037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-standard-needles-for-standard-tag-attachers-black-5-pk-tags-44000/product_1670051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-the-everygirl-evan-blue-8-x-10-monthly-planner-plastic-cover-blue-white-150777/product_24584845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0846-c2232gg/product_2077238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0847-c3047gg/product_2081162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-tile-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-white-101411-25/product_24589848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0846-b1114mf/product_2081715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gator-skin-basketball-8-dia-orange/product_12530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0846-b1620bmf/product_2085898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-flat-file-high-base-medium-light-gray/product_278916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-8-x-10-monthly-planner-plastic-cover-black-131794-25/product_24589807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-small-flat-file-light-gray/product_278910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0847-w1620bmf/product_2085893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0847-b1620mf/product_2085894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fly-by-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140195-25/product_24589810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fran-8-5-x-11-weekly-monthly-planner-plastic-cover-black-brown-150542/product_24584852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-transition-laminate-training-table-folkstone-lt24tsflk4/product_2521287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-w-rectangular-training-table-folkstone-lf2448t/product_899742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-72-rectangular-laminate-training-table-folkstone-lf2472tsflk4/product_2521281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-72-rectangular-laminate-training-table-folkstone-lf2472tsrmh/product_2521282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-ganging-accessory-black/product_899851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-18-x-24-ali0881-c1824gg/product_1727298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-35-x-47-ali0881-c3547gg/product_1727296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-four-post-adder-storage-shelving-letter-7-shelf-36-w-pebble-gray-efo3612767adv/product_373152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-riptide-rush-20-oz-24-bottles-pack-qua32488/product_318937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-midnight-garden-15-x-12-monthly-wall-calendar-149058-25/product_24589868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-2-14-x-32-ali0882-c1432gg/product_1727293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gb-gardener-bender-uvb-cable-ties-8-75-lb-100-bag/product_848252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-250-sheet-pre-punched-paper-8-1-2-x-11-2514479/product_733340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-1-2-plastic-binding-spine-comb-85-sheet-capacity-black-25-pack-2515660/product_463887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laila-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-137273-25/product_24589894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-30-x-42-documents-white/product_278924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-24-x-32-ali0883-c2432gg/product_1727284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-badge-straps-clear-100-box-1122897/product_857505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0785-c2232gg/product_2077277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-coming-up-roses-22-x-17-monthly-desk-pad-calendar-138198-25/product_24589873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-my-turn-ticket-rolls-yellow-tags-12004/product_1670034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-life-note-it-dania-dark-5-88-x-8-63-weekly-monthly-planner-plastic-cover-multicolor-139478-25/product_24589814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-meadow-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-147224-25/product_24589818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-room-table-base-shelf-gray-28-36-h-x-60-w-x-30-d/product_392709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-18-x-18-ali0884-c1818gg/product_1727276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-life-note-it-marina-7-x-9-weekly-monthly-planner-plastic-cover-blue-139480-25/product_24589841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-11-x-8-75-monthly-wall-calendar-101593-25/product_24589872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-mail-sorters-7-5-gray-7752gr/product_148406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-replacement-ink-roller-black-2-pack-120-packs-ink-31592ctn/product_24493606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-iii-by-michael-tompsett-12-x-19-canvas-art-mt0650-c1219gg/product_2079183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-103619-25/product_24589844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-peyton-white-11-x-8-75-monthly-wall-calendar-103629-25/product_24589842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-24-compartment-literature-organizers-9-gray-9211grr/product_602532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-36-compartment-literature-organizers-37-5-x-36-5-black-9221blr/product_431142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-safety-cutter-retractable-knife-black-blue-cut-40468/product_1670109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-36-compartment-literature-organizers-40-x-11-75-mahogany-9321mh/product_441037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/garvey-standard-needles-for-standard-tag-attachers-black-5-pk-tags-44000/product_1670051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-the-everygirl-evan-blue-8-x-10-monthly-planner-plastic-cover-blue-white-150777/product_24584845 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0847-c3047gg/product_2081162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-22-x-32-canvas-art-mt0846-c2232gg/product_2077238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-tile-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-white-101411-25/product_24589848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0846-b1114mf/product_2081715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gator-skin-basketball-8-dia-orange/product_12530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-8-x-10-monthly-planner-plastic-cover-black-131794-25/product_24589807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-flat-file-high-base-medium-light-gray/product_278916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0846-b1620bmf/product_2085898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-facil-steel-small-flat-file-light-gray/product_278910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0847-w1620bmf/product_2085893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fly-by-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140195-25/product_24589810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0847-b1620mf/product_2085894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fran-8-5-x-11-weekly-monthly-planner-plastic-cover-black-brown-150542/product_24584852 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-transition-laminate-training-table-folkstone-lt24tsflk4/product_2521287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-w-rectangular-training-table-folkstone-lf2448t/product_899742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-72-rectangular-laminate-training-table-folkstone-lf2472tsflk4/product_2521281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-72-rectangular-laminate-training-table-folkstone-lf2472tsrmh/product_2521282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-ganging-accessory-black/product_899851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-18-x-24-ali0881-c1824gg/product_1727298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-35-x-47-ali0881-c3547gg/product_1727296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-riptide-rush-20-oz-24-bottles-pack-qua32488/product_318937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-four-post-adder-storage-shelving-letter-7-shelf-36-w-pebble-gray-efo3612767adv/product_373152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-midnight-garden-15-x-12-monthly-wall-calendar-149058-25/product_24589868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-2-14-x-32-ali0882-c1432gg/product_1727293 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gb-gardener-bender-uvb-cable-ties-8-75-lb-100-bag/product_848252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-24-x-32-ali0883-c2432gg/product_1727284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-1-2-plastic-binding-spine-comb-85-sheet-capacity-black-25-pack-2515660/product_463887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-250-sheet-pre-punched-paper-8-1-2-x-11-2514479/product_733340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-5-drawer-steel-flat-file-for-30-x-42-documents-white/product_278924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-laila-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-137273-25/product_24589894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-badge-straps-clear-100-box-1122897/product_857505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-life-note-it-dania-dark-5-88-x-8-63-weekly-monthly-planner-plastic-cover-multicolor-139478-25/product_24589814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-18-x-18-ali0884-c1818gg/product_1727276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-life-note-it-marina-7-x-9-weekly-monthly-planner-plastic-cover-blue-139480-25/product_24589841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-11-x-8-75-monthly-wall-calendar-101593-25/product_24589872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-2-plastic-binding-spine-comb-500-sheet-capacity-black-50-box-4200022/product_563825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-11-x-14-ali0885-b1114mf/product_1727270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-4979bl/product_1965724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-100-box-4000044/product_436212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-16-x-20-ali0885-b1620mf/product_1727268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-c450e-comb-binding-machine-500-sheet-capacity-black-7709100/product_639688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-101579-25/product_24584878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-11-x-14-ali0886-b1114mf/product_1727261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-14-x-19-ali0886-c1419gg/product_1727259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-hook-head-coat-rack-black-4241bl/product_2443086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-18-x-24-ali0886-c1824gg/product_1727258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-19-1-2-w-x-30-3-4-d-steel-refreshment-cart-silver-8966gr/product_806154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-14-x-19-ali0887-c1419gg/product_1727250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-18-x-24-ali0887-c1824gg/product_1727249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-montauk-5-x-8-weekly-monthly-planner-plastic-cover-gray-beige-133875-25/product_24589836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-gbc-ezload-laminate-film-roll-1-5-mil-25-x-500-2-box-3000004ez/product_2800022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-black-plastic-17-gal-9922bl/product_148107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-metal-mobile-printer-stand-with-lockable-wheels-black-cherry-1862bl/product_17028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-black-plastic-23-gal-9923bl/product_148109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-11-x-11-ali0888-b1111mf/product_1730592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-stainless-steel-10-gal-9687ss/product_815579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-18-x-18-ali0888-c1818gg/product_1730588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-24-x-24-ali0888-c2424gg/product_1730587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143945-25/product_24584867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-35-x-35-ali0888-c3535gg/product_1730586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-nap-ii-laminating-film-roll-5-mil-11-5-gbc3125363ez/product_2614494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-orchid-5-x-8-weekly-monthly-planner-plastic-cover-white-pink-142084-25/product_24589828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-nap-ii-laminating-film-rolls-5-mil-12-2-box-gbc3000052ez/product_660883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-24-x-32-ali0889-c2432gg/product_1730577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-passages-5-88-x-8-63-weekly-monthly-planner-plastic-cover-charcoal-gray-100010-25/product_24585016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-proclick-1-2-plastic-binding-spine-comb-85-sheet-capacity-black-100-box-2514703/product_615677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-passages-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-charcoal-gray-100009-25/product_24585022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-14-x-14-ali0912-c1414gg/product_1730413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-passages-8-5-x-11-weekly-monthly-planner-plastic-cover-charcoal-gray-100008-25/product_24585040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-reflection-22-x-17-monthly-desk-pad-calendar-117886-25/product_24589825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-wire-unit-48-black-5295bl/product_496615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-11-x-14-ali0891-b1114mf/product_1730493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-regency-presentation-covers-8-5-w-x-11-h-black-200-pack-9742491/product_514479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-industrial-6-shelf-metal-extra-shelf-36-gray-6250/product_148371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-industrial-add-on-unit-4-shelf-wire-48-03-black-5292bl/product_463736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-ultraclear-thermal-laminating-pouches-index-card-5-mil-25-pack-gbc3202002/product_831228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-wirebind-3-8-metal-wire-binding-spine-74-sheet-capacity-black-100-box-9775018/product_408477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-35-x-47-ali0891-c3547gg/product_1730487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-zipbind-presentation-covers-letter-size-black-clear-10-pack-26003/product_2680850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-industrial-metal-stand-alone-48-dark-gray-6255/product_148376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-tula-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143974-25/product_24584877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-16-x-20-ali0892-b1620mf/product_1730482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-2-plastic-binding-spine-comb-500-sheet-capacity-black-50-box-4200022/product_563825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-12-extension-cord-2-outlet-white-jas32089/product_23974615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-10-outlet-surge-protector-6-cord-3000-joules-14096/product_1591308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-high-base-flat-file-cabinet-4979bl/product_1965724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-11-x-14-ali0885-b1114mf/product_1727270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-100-box-4000044/product_436212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-24-x-32-ali0892-c2432gg/product_1730479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-archipel-16-x-20-ali0885-b1620mf/product_1727268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-literature-wood-file-organizer-cherry-9420cy/product_148071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-locking-steel-suggestion-box-black-4232bl/product_648146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-low-wall-cabinet-mocha-29-1-2-h-x-72-w-x-18-d/product_817172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-blockprint-8-5-x-11-weekly-monthly-planner-cotton-cover-blue-white-1724-905-25/product_24584841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-c450e-comb-binding-machine-500-sheet-capacity-black-7709100/product_639688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-101579-25/product_24584878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-11-x-14-ali0886-b1114mf/product_1727261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-14-x-19-ali0886-c1419gg/product_1727259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-19-1-2-w-x-30-3-4-d-steel-refreshment-cart-silver-8966gr/product_806154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-18-x-24-ali0886-c1824gg/product_1727258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-hook-head-coat-rack-black-4241bl/product_2443086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-14-x-19-ali0887-c1419gg/product_1727250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-18-x-24-ali0887-c1824gg/product_1727249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-montauk-5-x-8-weekly-monthly-planner-plastic-cover-gray-beige-133875-25/product_24589836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-gbc-ezload-laminate-film-roll-1-5-mil-25-x-500-2-box-3000004ez/product_2800022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-black-plastic-17-gal-9922bl/product_148107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-impromptu-metal-mobile-printer-stand-with-lockable-wheels-black-cherry-1862bl/product_17028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-black-plastic-23-gal-9923bl/product_148109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-11-x-11-ali0888-b1111mf/product_1730592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-stainless-steel-10-gal-9687ss/product_815579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-18-x-18-ali0888-c1818gg/product_1730588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-24-x-24-ali0888-c2424gg/product_1730587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143945-25/product_24584867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-nap-ii-laminating-film-roll-5-mil-11-5-gbc3125363ez/product_2614494 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-35-x-35-ali0888-c3535gg/product_1730586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-orchid-5-x-8-weekly-monthly-planner-plastic-cover-white-pink-142084-25/product_24589828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-nap-ii-laminating-film-rolls-5-mil-12-2-box-gbc3000052ez/product_660883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-24-x-32-ali0889-c2432gg/product_1730577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-passages-5-88-x-8-63-weekly-monthly-planner-plastic-cover-charcoal-gray-100010-25/product_24585016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-passages-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-charcoal-gray-100009-25/product_24585022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-proclick-1-2-plastic-binding-spine-comb-85-sheet-capacity-black-100-box-2514703/product_615677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chanson-d-amour-14-x-14-ali0912-c1414gg/product_1730413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-passages-8-5-x-11-weekly-monthly-planner-plastic-cover-charcoal-gray-100008-25/product_24585040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-reflection-22-x-17-monthly-desk-pad-calendar-117886-25/product_24589825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-wire-unit-48-black-5295bl/product_496615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-11-x-14-ali0891-b1114mf/product_1730493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-regency-presentation-covers-8-5-w-x-11-h-black-200-pack-9742491/product_514479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-industrial-add-on-unit-4-shelf-wire-48-03-black-5292bl/product_463736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-industrial-6-shelf-metal-extra-shelf-36-gray-6250/product_148371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-ultraclear-thermal-laminating-pouches-index-card-5-mil-25-pack-gbc3202002/product_831228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-wirebind-3-8-metal-wire-binding-spine-74-sheet-capacity-black-100-box-9775018/product_408477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-35-x-47-ali0891-c3547gg/product_1730487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gbc-zipbind-presentation-covers-letter-size-black-clear-10-pack-26003/product_2680850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-industrial-metal-stand-alone-48-dark-gray-6255/product_148376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-16-x-20-ali0892-b1620mf/product_1730482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-tula-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143974-25/product_24584877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-10-outlet-surge-protector-6-cord-3000-joules-14096/product_1591308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-12-extension-cord-2-outlet-white-jas32089/product_23974615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-hiatus-24-x-32-ali0892-c2432gg/product_1730479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-literature-wood-file-organizer-cherry-9420cy/product_148071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-locking-steel-suggestion-box-black-4232bl/product_648146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-low-wall-cabinet-mocha-29-1-2-h-x-72-w-x-18-d/product_817172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-blockprint-8-5-x-11-weekly-monthly-planner-cotton-cover-blue-white-1724-905-25/product_24584841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-magazine-holder-65-5-x-10-black-steel-4322-bl/product_148302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-19299-wireless-smart-door-chime-jas19299/product_1308841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-18-x-24-ali0895-c1824gg/product_1730568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-radiate-5-5-x-8-5-weekly-monthly-planner-poly-cover-black-gold-1725-200-25/product_24582809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-medina-2-drawer-mobile-vertical-file-cabinet-letter-size-lockable-26-75-h-x-15-5-w-x-18-d-mocha-mnffldc/product_1961201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-10-x-19-ali0896-c1019gg/product_1730564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-medina-lateral-file-mocha-29-1-2-h-x-36-w-x-20-d/product_1961177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-ma-cible-11-x-14-ali0898-b1114mf/product_1730549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-return-w-ped-mocha-29-1-2-h-x-63-w-x-24-d/product_1961286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-55253-50268-6-outlet-power-strip-with-9ft-cord-jashep55253/product_210147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:56:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-56575-6-outlet-grounded-wall-tap-with-transformer-resettable-circuit/product_2699249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-x-12-5-daily-planner-cardboard-cover-black-spls-sdcy25-bk/product_24593558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-8-5-watt-soft-white-led-general-purpose-bulb-4-pack-93131063/product_24596165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-curved-desk-extension-mahogany-29-1-2-h-x-47-w-x-28-d/product_1961292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-35-x-47-ali0899-c3547gg/product_1730534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-miss-sunshine-11-x-14-ali0900-b1114mf/product_1730529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-basic-13-watt-soft-white-led-general-purpose-bulb-2-pack-93131322/product_24596163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-140-25/product_24597419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-basic-5-5w-a19-led-bulb-4-pack-36990/product_24439979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-deep-blue-150-25/product_24597417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-meeting-plus-pie-connector-tabletop-chestnut-60-pie-x-24-d/product_853299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-meeting-plus-pie-connector-tabletop-chestnut-90-pie-x-24-d/product_853316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-basic-8-5-watt-soft-white-led-general-purpose-bulb-2-pack-93131320/product_24596162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-24-x-19-monthly-desk-pad-calendar-white-blue-180-25/product_24597432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-37-x-24-yearly-wet-erase-wall-calendar-reversible-white-blue-396-25/product_24597410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-blue-3961-25/product_24597427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-5-x-8-daily-appointment-book-faux-leather-cover-black-28802-25/product_24597407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-18-x-18-ali0913-c1818gg/product_1730396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-5-x-11-daily-4-person-group-practice-planner-faux-leather-cover-black-28202-25/product_24597438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5362bl/product_614895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-54-vinyl-lounge-settee-black-1731mrl2blkbl/product_24546105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-11-x-14-ali0901-b1114mf/product_1730519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-5-x-11-monthly-planner-leatherette-cover-black-26002-25/product_24597439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-5-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-28302-25/product_24597424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-x-17-three-month-wall-calendar-white-blue-3646-25/product_24597423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-nervures-14-x-32-ali0902-c1432gg/product_1730509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-abstract-architecture-11-x-14-monthly-wall-calendar-315-25/product_24597388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-gray-1730mrl2slvgr/product_24546100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-americana-22-x-17-monthly-desk-pad-calendar-141-25/product_24597413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-11-x-14-ali0903-b1114mf/product_1730505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-36-w-table-desk-with-drawer-white-ash-5512wah/product_24541789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-led-dusk-to-dawn-8-5-watt-soft-white-led-general-purpose-bulb-93101946/product_24569011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-magazine-holder-65-5-x-10-black-steel-4322-bl/product_148302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-11-x-14-ali0903-w1114mf/product_1730451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-led-household-bulb/product_SS232516003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-19299-wireless-smart-door-chime-jas19299/product_1308841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-16-x-20-ali0903-b1620mf/product_1730456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-bar-harbor-7-x-4-25-monthly-desk-calendar-white-blue-3679-25/product_24597381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-18-x-24-ali0895-c1824gg/product_1730568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-radiate-5-5-x-8-5-weekly-monthly-planner-poly-cover-black-gold-1725-200-25/product_24582809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-sand-dune-5513sdd/product_24541788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-white-ash-5513wah/product_24541793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-contempo-22-x-17-monthly-desk-pad-calendar-blue-white-151-25/product_24597387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-16-x-20-ali0904-b1620mf/product_1730466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-medina-2-drawer-mobile-vertical-file-cabinet-letter-size-lockable-26-75-h-x-15-5-w-x-18-d-mocha-mnffldc/product_1961201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-10-x-19-ali0896-c1019gg/product_1730564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-medina-lateral-file-mocha-29-1-2-h-x-36-w-x-20-d/product_1961177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-ma-cible-11-x-14-ali0898-b1114mf/product_1730549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-55253-50268-6-outlet-power-strip-with-9ft-cord-jashep55253/product_210147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-medina-left-hand-return-w-ped-mocha-29-1-2-h-x-63-w-x-24-d/product_1961286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-56575-6-outlet-grounded-wall-tap-with-transformer-resettable-circuit/product_2699249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-x-12-5-daily-planner-cardboard-cover-black-spls-sdcy25-bk/product_24593558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-35-x-47-ali0899-c3547gg/product_1730534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-medina-right-hand-curved-desk-extension-mahogany-29-1-2-h-x-47-w-x-28-d/product_1961292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-8-5-watt-soft-white-led-general-purpose-bulb-4-pack-93131063/product_24596165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-basic-13-watt-soft-white-led-general-purpose-bulb-2-pack-93131322/product_24596163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-miss-sunshine-11-x-14-ali0900-b1114mf/product_1730529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-140-25/product_24597419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-basic-5-5w-a19-led-bulb-4-pack-36990/product_24439979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-deep-blue-150-25/product_24597417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-basic-8-5-watt-soft-white-led-general-purpose-bulb-2-pack-93131320/product_24596162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-meeting-plus-pie-connector-tabletop-chestnut-90-pie-x-24-d/product_853316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-meeting-plus-pie-connector-tabletop-chestnut-60-pie-x-24-d/product_853299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-24-x-19-monthly-desk-pad-calendar-white-blue-180-25/product_24597432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-37-x-24-yearly-wet-erase-wall-calendar-reversible-white-blue-396-25/product_24597410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-5-x-8-daily-appointment-book-faux-leather-cover-black-28802-25/product_24597407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-blue-3961-25/product_24597427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-5-x-11-daily-4-person-group-practice-planner-faux-leather-cover-black-28202-25/product_24597438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-mon-jardin-18-x-18-ali0913-c1818gg/product_1730396 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-metal-mobile-file-cart-with-lockable-wheels-black-5362bl/product_614895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-54-vinyl-lounge-settee-black-1731mrl2blkbl/product_24546105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-11-x-14-ali0901-b1114mf/product_1730519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-5-x-11-weekly-monthly-appointment-book-faux-leather-cover-black-28302-25/product_24597424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-5-x-11-monthly-planner-leatherette-cover-black-26002-25/product_24597439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-x-17-three-month-wall-calendar-white-blue-3646-25/product_24597423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-nervures-14-x-32-ali0902-c1432gg/product_1730509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-abstract-architecture-11-x-14-monthly-wall-calendar-315-25/product_24597388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-gray-1730mrl2slvgr/product_24546100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-americana-22-x-17-monthly-desk-pad-calendar-141-25/product_24597413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-11-x-14-ali0903-b1114mf/product_1730505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-36-w-table-desk-with-drawer-white-ash-5512wah/product_24541789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-led-dusk-to-dawn-8-5-watt-soft-white-led-general-purpose-bulb-93101946/product_24569011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-11-x-14-ali0903-w1114mf/product_1730451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-led-household-bulb/product_SS232516003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-16-x-20-ali0903-b1620mf/product_1730456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-bar-harbor-7-x-4-25-monthly-desk-calendar-white-blue-3679-25/product_24597381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-sand-dune-5513sdd/product_24541788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-white-ash-5513wah/product_24541793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-contempo-22-x-17-monthly-desk-pad-calendar-blue-white-151-25/product_24597387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-16-x-20-ali0904-b1620mf/product_1730466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-refresh-10-5w-a19-led-bulb-4-pack-42978/product_24439993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-24-x-32-ali0904-c2432gg/product_1730463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-refresh-17w-a21-led-bulb-2-pack-44149/product_24439982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-18-x-24-ali0904-c1824gg/product_1730464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-11-x-11-ali0914-b1111mf/product_1730390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-x-17-three-month-wall-calendar-3636-25/product_24597400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-coastlines-18-5-x-13-monthly-desk-pad-calendar-1786-25/product_24597384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-modular-break-room-breakroom-wall-cabinet-asian-night-black-30-h-x-36-w-x-14-d/product_1671907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-gardens-8-5-x-4-25-monthly-desk-calendar-309-25/product_24597399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-reveal-hd-11-watt-warm-white-led-general-purpose-bulb-2-pack-46657/product_24553588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-scenic-12-25-x-26-three-month-wall-calendar-3638-25/product_24597391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-35-x-35-ali0914-c3535gg/product_1730384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-samsara-12-x-24-ali0905-c1224gg/product_1730459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-adjustable-desk-steel-laminate-1929cy/product_636102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-w-fixed-height-desk-steel-laminate-1923gr/product_613897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-samsara-16-x-32-ali0905-c1632gg/product_1730458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-workstation-desk-cherry-1923cy/product_636127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-economy-17-x-22-monthly-desk-pad-calendar-refill-white-black-126-25/product_24597421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-11-x-14-ali0906-b1114mf/product_1730448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-economy-18-5-x-13-monthly-desk-pad-calendar-white-black-012402-25/product_24597397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gear4-battersea-black-cover-for-iphone-11-pro-max-702003737/product_24468697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-14-x-19-ali0906-c1419gg/product_1730445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-gardens-12-x-12-monthly-wall-calendar-301-25/product_24597422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-11-pro-max-702003722/product_24468698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-24-x-32-ali0906-c2432gg/product_1730443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-napoli-executive-series-6-conference-room-table-base-sierra-cherry-ncb72cry/product_769839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-professional-8-5-x-11-weekly-appointment-book-leatherette-cover-black-27202-25/product_24597428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gear4-denali-black-cover-for-iphone-13-702008212/product_IM19JF950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-16-x-20-ali0907-b1620mf/product_1730437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-12-12-pro-702006042/product_24468701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-16-x-24-ali0907-c1624gg/product_1730435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-600-mhz-signal-splitter-extuhd60018/product_24367285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-next-high-impact-polypropylene-office-chair-black-4-carton-4287bl/product_24418247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-10-pocket-steel-letter-size-wall-file-black-5579bl/product_733250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-toi-et-moi-24-x-47-ali0908-c2447gg/product_1730427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-11-x-8-wall-calendar-white-red-st53915-25/product_24580515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-kvm-over-ip-receiver-extuhdkalansrx/product_24367295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2170-onyx-mesh-desktop-box-file-black-6-pack-2170bl/product_148132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2162-mesh-desktop-tub-file-letter-size-black/product_912560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-11-x-14-ali0909-b1114mf/product_1730425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-horizontal-3-upright-section-desk-organizer-blue-3254bu/product_2431993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-horizontal-3-upright-section-desk-organizer-white-3254wh/product_2431991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geko-orbit-956-4k-uhd-dual-dash-cam-black-go95632g/product_24562425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-gray-st59701-25/product_24580506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-a100-wireless-usb-dongle-compatible-with-apple-carplay-black/product_IM1JP5675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-8-tiered-wire-mesh-desk-organizer-white-3258wh/product_2431911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-24-x-36-wall-calendar-gray-st58449-25/product_24580791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-refresh-10-5w-a19-led-bulb-4-pack-42978/product_24439993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-accessories-holder-black-3612bl/product_24074224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-24-x-32-ali0904-c2432gg/product_1730463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-refresh-17w-a21-led-bulb-2-pack-44149/product_24439982 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-18-x-24-ali0904-c1824gg/product_1730464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-d110-2-channel-1080p-front-in-cabin-dashcam-with-display-black/product_IM1JP5678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-24-x-36-wall-calendar-red-st58451-25/product_24580793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-11-x-11-ali0914-b1111mf/product_1730390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-magazine-holder-black-steel-6461bl/product_148025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-5-x-8-daily-appointment-book-black-st58452-25/product_24580502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-x-17-three-month-wall-calendar-3636-25/product_24597400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-coastlines-18-5-x-13-monthly-desk-pad-calendar-1786-25/product_24597384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0963-b1620mf/product_2086692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-modular-break-room-breakroom-wall-cabinet-asian-night-black-30-h-x-36-w-x-14-d/product_1671907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-gardens-8-5-x-4-25-monthly-desk-calendar-309-25/product_24597399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ge-reveal-hd-11-watt-warm-white-led-general-purpose-bulb-2-pack-46657/product_24553588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-scenic-12-25-x-26-three-month-wall-calendar-3638-25/product_24597391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-35-x-35-ali0914-c3535gg/product_1730384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-samsara-12-x-24-ali0905-c1224gg/product_1730459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-adjustable-desk-steel-laminate-1929cy/product_636102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-w-fixed-height-desk-steel-laminate-1923gr/product_613897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-samsara-16-x-32-ali0905-c1632gg/product_1730458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-workstation-desk-cherry-1923cy/product_636127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-economy-17-x-22-monthly-desk-pad-calendar-refill-white-black-126-25/product_24597421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-11-x-14-ali0906-b1114mf/product_1730448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-economy-18-5-x-13-monthly-desk-pad-calendar-white-black-012402-25/product_24597397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gear4-battersea-black-cover-for-iphone-11-pro-max-702003737/product_24468697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-14-x-19-ali0906-c1419gg/product_1730445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-gardens-12-x-12-monthly-wall-calendar-301-25/product_24597422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-11-pro-max-702003722/product_24468698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-serenade-24-x-32-ali0906-c2432gg/product_1730443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-napoli-executive-series-6-conference-room-table-base-sierra-cherry-ncb72cry/product_769839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-professional-8-5-x-11-weekly-appointment-book-leatherette-cover-black-27202-25/product_24597428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gear4-denali-black-cover-for-iphone-13-702008212/product_IM19JF950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-16-x-20-ali0907-b1620mf/product_1730437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gear4-crystal-palace-clear-cover-for-iphone-12-12-pro-702006042/product_24468701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-600-mhz-signal-splitter-extuhd60018/product_24367285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-tanto-tiempo-16-x-24-ali0907-c1624gg/product_1730435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-next-high-impact-polypropylene-office-chair-black-4-carton-4287bl/product_24418247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-10-pocket-steel-letter-size-wall-file-black-5579bl/product_733250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-toi-et-moi-24-x-47-ali0908-c2447gg/product_1730427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-11-x-8-wall-calendar-white-red-st53915-25/product_24580515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2162-mesh-desktop-tub-file-letter-size-black/product_912560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2170-onyx-mesh-desktop-box-file-black-6-pack-2170bl/product_148132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gefen-4k-ultra-hd-kvm-over-ip-receiver-extuhdkalansrx/product_24367295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-11-x-14-ali0909-b1114mf/product_1730425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-horizontal-3-upright-section-desk-organizer-blue-3254bu/product_2431993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-horizontal-3-upright-section-desk-organizer-white-3254wh/product_2431991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geko-orbit-956-4k-uhd-dual-dash-cam-black-go95632g/product_24562425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-gray-st59701-25/product_24580506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-a100-wireless-usb-dongle-compatible-with-apple-carplay-black/product_IM1JP5675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-8-tiered-wire-mesh-desk-organizer-white-3258wh/product_2431911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-24-x-36-wall-calendar-gray-st58449-25/product_24580791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-accessories-holder-black-3612bl/product_24074224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-d110-2-channel-1080p-front-in-cabin-dashcam-with-display-black/product_IM1JP5678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-24-x-36-wall-calendar-red-st58451-25/product_24580793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:39 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:39 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-magazine-holder-black-steel-6461bl/product_148025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-5-x-8-daily-appointment-book-black-st58452-25/product_24580502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0963-b1620mf/product_2086692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:40 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:40 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:41 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:42 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gel-ocity-quick-dry-medium-point-0-7mm/product_SS244801436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-15-class-d-bluetooth-portable-party-system-black-gd-l115bt/product_24549267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-metal-picture-frame-glossy-black-goem-2-20/product_24543086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taking-in-the-rye-35-x-35-canvas-art/product_313486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-weekly-monthly-appointment-book-black-st21488-25/product_24580511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-steel-file-organizer-onyx-9432bl/product_816476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tammy-davison-chat-noir-canvas-art-35x47-inches/product_255200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-weekly-monthly-appointment-book-navy-tr58470-25/product_24580522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-matte-black-g2905/product_24543071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-optimus-leather-computer-desk-big-tall-chair-black-3592bl/product_1965806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-muddy-scribbles-25-4214/product_24600843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-active-15-bluetooth-loudspeaker-with-stand-wired-microphone-black-as-2115bt-pk/product_24549252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-color-stacks-25-4204/product_24600903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-storage-drawer-black-mesh-2160bl/product_816035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-this-is-bananas-25-4216/product_24600895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-extended-workspace-divider-32-h-x-33-w-clear-acrylic-ewd3332-uf-177/product_24486393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0584-w1114mf/product_2082597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-plan-center-metal-mobile-utility-cart-with-lockable-wheels-tropic-sand-5060/product_796789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-cobalt-dots-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9712/product_24600818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-compact-bluetooth-audio-mixer-5-channel-black-gem-05usb/product_24549230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-planmaster-drafting-tabletop-white-3-4-h-x-60-w-x-37-1-2-d/product_648692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-every-day-s-a-holiday-17-x-22-monthly-desk-pad-calendar-25-8200/product_24600989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-forest-mist-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9700/product_24600786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-23-5-h-x-33-5-w-painted-black-wood-acrylic-cgb3323-bl-118/product_24486397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-polyethylene-mail-totes-white-3-carton-90225/product_758502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taxi-booked-by-philippe-hugonnard-35-x-47-canvas-art-ph0090-c3547gg/product_2080436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-precision-72-w-4-post-drafting-tabletop-green-3953/product_507488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-polypropylene-office-chair-stacking-chair-blue-4-carton-4185bu/product_465525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-177/product_24472967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/21-w-x-40-l-garment-bag-0-6-mil-470-roll-gb21740/product_2300970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-recycling-receptacle-40-gallon-metallic-9941ss/product_24023917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-ww-177/product_24472983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-reflections-open-top-dome-receptacle-stainless-steel-trash-can-with-lid-gray-15-gal-9875/product_148460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-renaissance-year-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9722/product_24600820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-ww-25/product_24472978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-16-x-20-black-frame-art/product_314701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-resi-42-dia-accent-table-light-maple-1720na/product_24473554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-resi-77-vinyl-lounge-sofa-gray-1730resfeet4pkgr/product_24546095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-resi-77-vinyl-lounge-sofa-black-1730resfeet4pkbl/product_24546087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-resi-54-vinyl-lounge-settee-cognac-1731resfeet4pkcog/product_24546085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/21-x-30-layflat-poly-bags-bags-on-a-roll-0-65-mil-clear-650-roll-8009/product_940220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-16-x-20-wood-frame-art/product_316289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-professional-power-amplifier-3000-w/product_1592424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-restease-tilt-adjustable-footrests-black-silver-2120bl/product_758462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-reveal-literature-holder-clear-plastic-5600cl/product_644368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-35-x-47-canvas-art/product_316287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-soundsplash-dual-8-in-400-watt-floating-bluetooth-true-wireless-rechargeable-speaker-with-led-party-lighting-sosp-8blk/product_24527983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-by-michael-tompsett-24-x-32-canvas-art-mt0707-c2432gg/product_2078074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gel-ocity-quick-dry-medium-point-0-7mm/product_SS244801436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-15-class-d-bluetooth-portable-party-system-black-gd-l115bt/product_24549267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-metal-picture-frame-glossy-black-goem-2-20/product_24543086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taking-in-the-rye-35-x-35-canvas-art/product_313486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-L-x-22-W-x-36-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-222236/product_630794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-by-michael-tompsett-35-x-47-canvas-art-mt0707-c3547gg/product_2080585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-weekly-monthly-appointment-book-black-st21488-25/product_24580511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-reversible-top-metal-mobile-printer-stand-with-lockable-wheels-black-mahogany-oak-1934/product_636147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-steel-file-organizer-onyx-9432bl/product_816476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-16-x-20-black-frame-art/product_312524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-surface-mount-sneeze-guard-32-h-x-32-w-clear-acrylic-psg3232-nw-118/product_24472979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-weekly-monthly-appointment-book-navy-tr58470-25/product_24580522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tammy-davison-chat-noir-canvas-art-35x47-inches/product_255200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-optimus-leather-computer-desk-big-tall-chair-black-3592bl/product_1965806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-muddy-scribbles-25-4214/product_24600843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-matte-black-g2905/product_24543071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-active-15-bluetooth-loudspeaker-with-stand-wired-microphone-black-as-2115bt-pk/product_24549252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-onyx-storage-drawer-black-mesh-2160bl/product_816035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-color-stacks-25-4204/product_24600903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-this-is-bananas-25-4216/product_24600895 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-extended-workspace-divider-32-h-x-33-w-clear-acrylic-ewd3332-uf-177/product_24486393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0584-w1114mf/product_2082597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-plan-center-metal-mobile-utility-cart-with-lockable-wheels-tropic-sand-5060/product_796789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-compact-bluetooth-audio-mixer-5-channel-black-gem-05usb/product_24549230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-cobalt-dots-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9712/product_24600818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-every-day-s-a-holiday-17-x-22-monthly-desk-pad-calendar-25-8200/product_24600989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-planmaster-drafting-tabletop-white-3-4-h-x-60-w-x-37-1-2-d/product_648692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-23-5-h-x-33-5-w-painted-black-wood-acrylic-cgb3323-bl-118/product_24486397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-forest-mist-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9700/product_24600786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taxi-booked-by-philippe-hugonnard-35-x-47-canvas-art-ph0090-c3547gg/product_2080436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-polyethylene-mail-totes-white-3-carton-90225/product_758502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-precision-72-w-4-post-drafting-tabletop-green-3953/product_507488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-polypropylene-office-chair-stacking-chair-blue-4-carton-4185bu/product_465525 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/21-w-x-40-l-garment-bag-0-6-mil-470-roll-gb21740/product_2300970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-177/product_24472967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-recycling-receptacle-40-gallon-metallic-9941ss/product_24023917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-ww-177/product_24472983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-reflections-open-top-dome-receptacle-stainless-steel-trash-can-with-lid-gray-15-gal-9875/product_148460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-ww-25/product_24472978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-renaissance-year-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9722/product_24600820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-16-x-20-black-frame-art/product_314701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-resi-77-vinyl-lounge-sofa-gray-1730resfeet4pkgr/product_24546095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-resi-42-dia-accent-table-light-maple-1720na/product_24473554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-resi-77-vinyl-lounge-sofa-black-1730resfeet4pkbl/product_24546087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-resi-54-vinyl-lounge-settee-cognac-1731resfeet4pkcog/product_24546085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/21-x-30-layflat-poly-bags-bags-on-a-roll-0-65-mil-clear-650-roll-8009/product_940220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-professional-power-amplifier-3000-w/product_1592424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-16-x-20-wood-frame-art/product_316289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-soundsplash-dual-8-in-400-watt-floating-bluetooth-true-wireless-rechargeable-speaker-with-led-party-lighting-sosp-8blk/product_24527983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-by-michael-tompsett-24-x-32-canvas-art-mt0707-c2432gg/product_2078074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-reveal-literature-holder-clear-plastic-5600cl/product_644368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-35-x-47-canvas-art/product_316287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-restease-tilt-adjustable-footrests-black-silver-2120bl/product_758462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-L-x-22-W-x-36-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-222236/product_630794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-by-michael-tompsett-35-x-47-canvas-art-mt0707-c3547gg/product_2080585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:04 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-reversible-top-metal-mobile-printer-stand-with-lockable-wheels-black-mahogany-oak-1934/product_636147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-16-x-20-black-frame-art/product_312524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:05 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gemini-surface-mount-sneeze-guard-32-h-x-32-w-clear-acrylic-psg3232-nw-118/product_24472979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:05 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:06 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:07 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:08 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-10-paper-grocery-bag-35lb-kraft-standard-6-5-16-x-4-3-16-x-13-3-8-500-bags/product_176963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-6-in-l-ss-16ths-inch-flexible-precision-ruler-15-32-in-w/product_580689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-electric-25434-puck-light-2-pk/product_23974132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-24-x-32-canvas-art/product_312527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-biltmore-cherry-rba6024tcaslbmch/product_24549848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-18-corrugated-pad-single-wall-50-bundle-sp2218/product_1499902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-designer-white-rba6024flsldswt/product_24549874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-hollow-steel-punch-sets/product_580542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-18-x-6-shipping-boxes-32-ect-brown-20-bundle-22186/product_481711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-20-x-14-shipping-boxes-32-ect-brown-15-bundle-222014/product_948932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-16-x-16-white-matted-silver-frame-ali1255-s1616mf/product_2084392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-18-x-12-shipping-boxes-ect-rated-kraft-20-bundle-bs221812/product_2647540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-mills-cinnamon-toast-crunch-cereal-breakfast-foods-cinnamon-sugar-2-oz-6-box-13897/product_579259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-fashion-gray-rba6024flslfngy/product_24549856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-18-x-16-shipping-boxes-32-ect-brown-20-pack-bs221816/product_24408249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-24-layflat-poly-bags-1-5-mil-clear-500-carton-271/product_939524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-single-bar-marking-gauges/product_580907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-11-x-14-wood-frame-art/product_316147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-11-x-14-black-frame-art/product_316141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-fashion-gray-rba7224flslfngy/product_24549854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-s-3-in-1-pencil-sharpener-each-pack-of-4-4pk-s-6491-c-tub-9/product_2138488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-tools-132me-pocket-caliper-0-3/product_154270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-24-layflat-poly-bags-2-mil-clear-500-carton-606/product_360969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-tools-ball-bearing-machinist-s-automatic-center-punch-aluminum/product_580898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-runtz-polyester-fabric-ball-chair-orange-4755or/product_24445881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-scoot-3-shelf-metal-mobile-book-cart-with-lockable-wheels-black-5336bl/product_681540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-16-x-20-black-matted-silver-frame-mt0320-s1620bmf/product_2084942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-28-corrugated-pad-50-bundle-sp2228/product_1499901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-scoot-metal-mobile-file-cart-with-lockable-wheels-black-5239bl/product_744221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-tools-plain-tap-wrench-0-1-4-in-tap-2-3-4-in/product_703729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-shell-vinyl-upholstered-extended-height-chair-white-7014wh/product_24342879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-30-layflat-poly-bags-4-mil-clear-250-carton-1262/product_692462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/genesis-7-5-amp-variable-speed-reciprocating-saw-grs750/product_24329357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-softspot-therasoft-proline-sculpted-non-skid-keyboard-wrist-rest-black-90208/product_389698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/genesis-glid20a-20-volt-cordless-li-ion-impact-driver/product_24329459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-35-x-47-canvas-art/product_312271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/225-5x7-flat-cards-rounded-pol/product_24488353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-20-x-72-biltmore-cherry-spk7220slbmch/product_24549840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-that-guy-s-gotta-stop-by-ines-kouidis-14-x-14-canvas-art-ali1004-c1414gg/product_2077770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/23-7-8-x-23-7-8-corrugated-layer-pad-50-bundle-bssp23/product_949076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-20-x-72-fashion-gray-spk7220slfngy/product_24549846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-24-x-60-biltmore-cherry-spk6024slbmch/product_24549872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geoffrey-beene-garment-bag-black-gb280-42/product_24023588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-achievement-certificates-8-5-x-11-blue-white-25-pack-geo39087/product_21539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-10-paper-grocery-bag-35lb-kraft-standard-6-5-16-x-4-3-16-x-13-3-8-500-bags/product_176963 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-6-in-l-ss-16ths-inch-flexible-precision-ruler-15-32-in-w/product_580689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-electric-25434-puck-light-2-pk/product_23974132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-watercolor-map-24-x-32-canvas-art/product_312527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-14-W-x-18-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-241418/product_814117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-steel-flat-file-for-sheets-up-to-43-x-32-5-drawer-tropic-sand-16-1-2-h-x-46-3-8-w-x-35-3-8-d/product_78497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:21 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-biltmore-cherry-rba6024tcaslbmch/product_24549848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-certificate-holders-9-5-x-12-navy-10-pack-47835/product_2090737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-steel-guest-stool-red/product_2443066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-18-corrugated-pad-single-wall-50-bundle-sp2218/product_1499902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-designer-white-rba6024flsldswt/product_24549874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-driftwood-18-x-24-canvas-art/product_316592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:22 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-hollow-steel-punch-sets/product_580542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-18-x-6-shipping-boxes-32-ect-brown-20-bundle-22186/product_481711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-20-x-14-shipping-boxes-32-ect-brown-15-bundle-222014/product_948932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-18-x-12-shipping-boxes-ect-rated-kraft-20-bundle-bs221812/product_2647540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-license-plate-map-by-design-turnpike-16-x-16-white-matted-silver-frame-ali1255-s1616mf/product_2084392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-mills-cinnamon-toast-crunch-cereal-breakfast-foods-cinnamon-sugar-2-oz-6-box-13897/product_579259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-60-fashion-gray-rba6024flslfngy/product_24549856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-18-x-16-shipping-boxes-32-ect-brown-20-pack-bs221816/product_24408249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-24-layflat-poly-bags-1-5-mil-clear-500-carton-271/product_939524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-single-bar-marking-gauges/product_580907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-11-x-14-wood-frame-art/product_316147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-11-x-14-black-frame-art/product_316141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-rumba-training-room-table-24-x-72-fashion-gray-rba7224flslfngy/product_24549854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-s-3-in-1-pencil-sharpener-each-pack-of-4-4pk-s-6491-c-tub-9/product_2138488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-tools-132me-pocket-caliper-0-3/product_154270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-24-layflat-poly-bags-2-mil-clear-500-carton-606/product_360969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-tools-ball-bearing-machinist-s-automatic-center-punch-aluminum/product_580898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-runtz-polyester-fabric-ball-chair-orange-4755or/product_24445881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-scoot-3-shelf-metal-mobile-book-cart-with-lockable-wheels-black-5336bl/product_681540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-map-by-michael-tompsett-16-x-20-black-matted-silver-frame-mt0320-s1620bmf/product_2084942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-28-corrugated-pad-50-bundle-sp2228/product_1499901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-scoot-metal-mobile-file-cart-with-lockable-wheels-black-5239bl/product_744221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-shell-vinyl-upholstered-extended-height-chair-white-7014wh/product_24342879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/22-x-30-layflat-poly-bags-4-mil-clear-250-carton-1262/product_692462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/general-tools-plain-tap-wrench-0-1-4-in-tap-2-3-4-in/product_703729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/genesis-7-5-amp-variable-speed-reciprocating-saw-grs750/product_24329357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-softspot-therasoft-proline-sculpted-non-skid-keyboard-wrist-rest-black-90208/product_389698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/genesis-glid20a-20-volt-cordless-li-ion-impact-driver/product_24329459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-texas-watercolor-map-35-x-47-canvas-art/product_312271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-20-x-72-biltmore-cherry-spk7220slbmch/product_24549840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/225-5x7-flat-cards-rounded-pol/product_24488353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-that-guy-s-gotta-stop-by-ines-kouidis-14-x-14-canvas-art-ali1004-c1414gg/product_2077770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/23-7-8-x-23-7-8-corrugated-layer-pad-50-bundle-bssp23/product_949076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-24-x-60-biltmore-cherry-spk6024slbmch/product_24549872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geoffrey-beene-garment-bag-black-gb280-42/product_24023588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-spark-teaming-table-20-x-72-fashion-gray-spk7220slfngy/product_24549846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-achievement-certificates-8-5-x-11-blue-white-25-pack-geo39087/product_21539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-14-W-x-18-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-241418/product_814117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-steel-flat-file-for-sheets-up-to-43-x-32-5-drawer-tropic-sand-16-1-2-h-x-46-3-8-w-x-35-3-8-d/product_78497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-certificate-holders-9-5-x-12-navy-10-pack-47835/product_2090737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-steel-guest-stool-red/product_2443066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:30 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-driftwood-18-x-24-canvas-art/product_316592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:30 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:31 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:32 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:33 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:34 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:35 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-12-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-HD241812DW/product_814097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:36 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS241816/product_408414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:37 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-steel-locker-single-tier-gray-78-h-x-12-w-x-18-d-5522gr/product_898948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-steel-locker-single-tier-tan-78-h-x-12-w-x-18-d-5522tn/product_894713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:37 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-heart-lake-30-x-47-canvas-art/product_316591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-gummed-a9-greeting-card-envelopes-5-75-x-8-75-ivory-40-pack-49826/product_2706354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:38 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-20-W-x-12-H-Shipping-Boxes-48-ECT-Brown-10-Bundle-HD242012DW/product_630492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-impressionistic-business-everyday-letterhead-multi-colors-100-pack-46903/product_647929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-242412/product_426410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-kensington-graduation-certificates-8-5-x-11-blue-and-gold-15-pack-48673/product_2090732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-20-W-x-6-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-24206/product_426404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-viewpoint-30-x-47-canvas-art/product_316585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-11-x-14-black-frame-art/product_24050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-16-x-20-wood-frame-art/product_24037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-14-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-242414/product_404612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-1877-18-x-24-canvas-art/product_491166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-religious-letterheads-8-5-x-11-80-pack-48830/product_24412338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-8-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-24248/product_426409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-1-sheet-1-5-pis/product_24469177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-armor-of-soul-11-x-14-black-frame-art/product_495058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometric-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-upright-20-slot-mobile-roll-file-22-h-x-15-w-x-12-d-walnut-wood-3081/product_603183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-11-x-14-black-frame-art/product_24036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-valuemate-economy-2-shelf-28-h-steel-bookcase-gray-7170gr/product_383042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometric-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometric-brown-teal-indoor-machine-made-polypropylene-area-rug-3-10-x-5-5/product_1264244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-rctngl-adv-lbl-mt-2x4-pis/product_24514684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-rctngl-adv-lbl-gls-2x4-pol/product_24514712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-valuemate-economy-5-shelf-42-2-h-steel-bookcase-black-7173bl/product_383024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-versatile-steel-flat-files-5-drawers-43x32-16-1-2hx46-3-8wx35-3-8-d-grey/product_78498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-giverny-24-x-24-canvas-art/product_313087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-vertical-desktop-sorter-medium-oak-9419mo/product_148420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-gls-3x3-pis/product_24514732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-wall-rack-chrome-metal-4160/product_428757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-gls-3x3-pol/product_24514654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometric-grey-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-26-x-32-canvas-art/product_313081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometry-learning-advantage-pentominoes-set-of-6/product_932464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-12-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-10-Bundle-HD241812DW/product_814097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-10-x-48-gusseted-poly-bags-2-mil-clear-200-carton-1629/product_361549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-10-mobile-storage-unit-center-48-h-x-43-25-w-x-19-75-d-spectrum-blue-wood-3930sbu/product_24485907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-hardwound-paper-towel-dispenser-black-54338a/product_806419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-sofpull-high-capacity-hardwound-paper-towel-1-ply-white-1000-roll-6-rolls-carton-26470/product_915659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-18-W-x-16-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-BS241816/product_408414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-steel-locker-single-tier-gray-78-h-x-12-w-x-18-d-5522gr/product_898948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-1-75-corrugated-trays-32-ect-white-50-bundle-24122ctw/product_948796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-steel-locker-single-tier-tan-78-h-x-12-w-x-18-d-5522tn/product_894713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-sofpull-recycled-high-capacity-hardwound-paper-towel-1-ply-natural-1000-roll-6-rolls-carton-26480/product_915661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-heart-lake-30-x-47-canvas-art/product_316591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:46 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-gummed-a9-greeting-card-envelopes-5-75-x-8-75-ivory-40-pack-49826/product_2706354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-10-shipping-boxes-32-ect-brown-25-bundle-241210/product_481641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:47 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geosmart-educational-set-deluxe-205-set-sg-geo700us/product_24493587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-20-W-x-12-H-Shipping-Boxes-48-ECT-Brown-10-Bundle-HD242012DW/product_630492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-impressionistic-business-everyday-letterhead-multi-colors-100-pack-46903/product_647929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-kensington-graduation-certificates-8-5-x-11-blue-and-gold-15-pack-48673/product_2090732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-242412/product_426410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-20-W-x-6-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-24206/product_426404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:48 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-adirondack-viewpoint-30-x-47-canvas-art/product_316585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-11-x-14-black-frame-art/product_24050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-14-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-242414/product_404612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-16-x-20-wood-frame-art/product_24037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-approaching-storm-1877-18-x-24-canvas-art/product_491166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geographics-religious-letterheads-8-5-x-11-80-pack-48830/product_24412338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-L-x-24-W-x-8-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-24248/product_426409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-adv-lbl-1-sheet-1-5-pis/product_24469177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometric-blue-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264342 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-armor-of-soul-11-x-14-black-frame-art/product_495058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-upright-20-slot-mobile-roll-file-22-h-x-15-w-x-12-d-walnut-wood-3081/product_603183 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-11-x-14-black-frame-art/product_24036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-valuemate-economy-2-shelf-28-h-steel-bookcase-gray-7170gr/product_383042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometric-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometric-brown-teal-indoor-machine-made-polypropylene-area-rug-3-10-x-5-5/product_1264244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-rctngl-adv-lbl-mt-2x4-pis/product_24514684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-rctngl-adv-lbl-gls-2x4-pol/product_24514712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-valuemate-economy-5-shelf-42-2-h-steel-bookcase-black-7173bl/product_383024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-versatile-steel-flat-files-5-drawers-43x32-16-1-2hx46-3-8wx35-3-8-d-grey/product_78498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-giverny-24-x-24-canvas-art/product_313087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-vertical-desktop-sorter-medium-oak-9419mo/product_148420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-gls-3x3-pis/product_24514732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-wall-rack-chrome-metal-4160/product_428757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometric-grey-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-square-adv-lbl-gls-3x3-pol/product_24514654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-artist-s-garden-at-vetheuil-26-x-32-canvas-art/product_313081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geometry-learning-advantage-pentominoes-set-of-6/product_932464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-10-x-48-gusseted-poly-bags-2-mil-clear-200-carton-1629/product_361549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-whiffle-typical-10-mobile-storage-unit-center-48-h-x-43-25-w-x-19-75-d-spectrum-blue-wood-3930sbu/product_24485907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-hardwound-paper-towel-dispenser-black-54338a/product_806419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-sofpull-high-capacity-hardwound-paper-towel-1-ply-white-1000-roll-6-rolls-carton-26470/product_915659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-1-75-corrugated-trays-32-ect-white-50-bundle-24122ctw/product_948796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:54 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/georgia-pacific-sofpull-recycled-high-capacity-hardwound-paper-towel-1-ply-natural-1000-roll-6-rolls-carton-26480/product_915661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:55 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:58:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:55 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geosmart-educational-set-deluxe-205-set-sg-geo700us/product_24493587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-12-x-10-shipping-boxes-32-ect-brown-25-bundle-241210/product_481641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:56 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:57 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:58 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:58:59 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:00 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:01 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-blue-river-1890-1900-18-x-24-canvas-art/product_501636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:02 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gerber-2nd-foods-apple-baby-food-4-oz-8-pack-307-00054/product_24328604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:02 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-14-x-4-deluxe-literature-mailers-25-bundle-mfl24144k/product_1499842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-11-x-14-wood-frame-art/product_313095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:03 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-18-x-24-canvas-art/product_313092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-14-x-8-shipping-boxes-32-ect-brown-20-bundle-24148/product_24409551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-15-x-10-shipping-boxes-32-ect-brown-20-bundle-241510/product_404626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-15-x-15-heavy-duty-shipping-boxes-32-ect-brown-20-bundle-241515/product_947072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-16-x-20-wood-frame-art/product_313503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-elite-pluggable-uv-sanitizer-and-odor-reducer-black-onyx-gg1100b/product_1932873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-wire-desk-36-workstation-black-5203bl/product_24402438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-genuine-replacement-bulb-and-filter-7-5-x-4-25-x-1-ev9lbl/product_24226570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-lb4100-uv-c-replacement-bulb-for-ac4100-purifier/product_1932849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-pet-pure-true-hepa-air-purifier-filter-flt5250pt/product_1932878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-17-x-15-shipping-boxes-32-ect-brown-20-bundle-bs241715/product_2647516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-wood-mobile-kitchen-cart-with-lockable-wheels-mahogany-8953mh/product_560587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-12-shipping-boxes-32-ect-brown-bs241819/product_2807138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-true-hepa-tower-air-purifier-5-speed-white-ac5350w/product_24226561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-16-x-20-black-frame-art/product_313098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safelok-series-d-deposit-bags-1-compartment-white-100-pack-585094/product_24421989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetec-first-aid-triple-antibiotic-ointment-0-03-oz-144-box-53210/product_376215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-24-x-32-canvas-art/product_313101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-6-shipping-boxes-32-ect-brown-20-bundle-24186/product_426400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bulldog-by-dean-russo-16-x-20-white-matted-silver-frame-ali0244-s1620mf/product_2085145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-caucasian-family-puppets-mtb350/product_274615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-16-x-20-black-frame-art/product_313513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-20-x-48-gusseted-poly-bags-3-mil-clear-100-carton-1770/product_361580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-dinosaurs-playset-set-of-8-mtb874/product_159359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-hispanic-family-puppets-mtb370/product_272531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-flush-cut-bubble-pouch-75-case/product_947586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-zoo-animals-playset-6-11-set/product_158002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-layflat-poly-bags-1-5-mil-clear-500-carton-280/product_939528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-layflat-poly-bags-3-mil-clear-250-carton-950/product_939731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gevalia-colombia-coffee-keurig-k-cup-pods-medium-roast-96-box-5304ct/product_24597366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gevalia-house-blend-ground-coffee-medium-roast-gen04358/product_1667735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-layflat-poly-bags-6-mil-clear-200-carton-8625/product_361037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-perforated-self-sealing-poly-mailer-200-carton-5120/product_24443247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-banners-safety-is-our-goal-60-x-26/product_563443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-rises-11-x-14-wood-frame-art/product_313526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-staples-corrugated-sheet-5-bundle-sp2424/product_946704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geyer-instructional-graphing-stickers-accentuated-xy-axis-multicolored-500-pack-gyr150243/product_24493948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-blue-river-1890-1900-18-x-24-canvas-art/product_501636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:10 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geyer-instructional-graphing-sticky-notes-3-x-3-white-xy-axis-10-x-10-grid-4-pads-per-pack-2-packs-gyr151215-2/product_24511309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gerber-2nd-foods-apple-baby-food-4-oz-8-pack-307-00054/product_24328604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-14-x-4-deluxe-literature-mailers-25-bundle-mfl24144k/product_1499842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-16-shipping-boxes-32-ect-brown/product_24408373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-11-x-14-wood-frame-art/product_313095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:11 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-banners-the-safe-way-is-the-only-way-3ft-x-5ft/product_562927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-18-shipping-boxes-32-ect-brown-20-bundle-bs242418/product_2647554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-18-06-x-36-acrylic-non-tackable-partition-extender-tape-clear-pec1836-t/product_24454484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:12 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-collator-by-eric-joyner-16-x-20-white-matted-silver-frame-ali1024-s1620mf/product_2085081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-14-x-8-shipping-boxes-32-ect-brown-20-bundle-24148/product_24409551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-boat-at-giverny-18-x-24-canvas-art/product_313092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-15-x-10-shipping-boxes-32-ect-brown-20-bundle-241510/product_404626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-15-x-15-heavy-duty-shipping-boxes-32-ect-brown-20-bundle-241515/product_947072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:13 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-book-16-x-20-wood-frame-art/product_313503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-elite-pluggable-uv-sanitizer-and-odor-reducer-black-onyx-gg1100b/product_1932873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-wire-desk-36-workstation-black-5203bl/product_24402438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-genuine-replacement-bulb-and-filter-7-5-x-4-25-x-1-ev9lbl/product_24226570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-pet-pure-true-hepa-air-purifier-filter-flt5250pt/product_1932878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-lb4100-uv-c-replacement-bulb-for-ac4100-purifier/product_1932849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:14 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-17-x-15-shipping-boxes-32-ect-brown-20-bundle-bs241715/product_2647516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safco-wood-mobile-kitchen-cart-with-lockable-wheels-mahogany-8953mh/product_560587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-12-shipping-boxes-32-ect-brown-bs241819/product_2807138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-16-x-20-black-frame-art/product_313098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/germguardian-true-hepa-tower-air-purifier-5-speed-white-ac5350w/product_24226561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safelok-series-d-deposit-bags-1-compartment-white-100-pack-585094/product_24421989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetec-first-aid-triple-antibiotic-ointment-0-03-oz-144-box-53210/product_376215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bridge-at-argenteuil-24-x-32-canvas-art/product_313101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-18-x-6-shipping-boxes-32-ect-brown-20-bundle-24186/product_426400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-bulldog-by-dean-russo-16-x-20-white-matted-silver-frame-ali0244-s1620mf/product_2085145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-caucasian-family-puppets-mtb350/product_274615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-20-x-48-gusseted-poly-bags-3-mil-clear-100-carton-1770/product_361580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-charge-of-the-lancers-16-x-20-black-frame-art/product_313513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-dinosaurs-playset-set-of-8-mtb874/product_159359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-hispanic-family-puppets-mtb370/product_272531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-flush-cut-bubble-pouch-75-case/product_947586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/get-ready-kids-zoo-animals-playset-6-11-set/product_158002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-layflat-poly-bags-1-5-mil-clear-500-carton-280/product_939528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-layflat-poly-bags-3-mil-clear-250-carton-950/product_939731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gevalia-colombia-coffee-keurig-k-cup-pods-medium-roast-96-box-5304ct/product_24597366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/gevalia-house-blend-ground-coffee-medium-roast-gen04358/product_1667735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-layflat-poly-bags-6-mil-clear-200-carton-8625/product_361037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-perforated-self-sealing-poly-mailer-200-carton-5120/product_24443247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-banners-safety-is-our-goal-60-x-26/product_563443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-city-rises-11-x-14-wood-frame-art/product_313526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-staples-corrugated-sheet-5-bundle-sp2424/product_946704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geyer-instructional-graphing-stickers-accentuated-xy-axis-multicolored-500-pack-gyr150243/product_24493948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/geyer-instructional-graphing-sticky-notes-3-x-3-white-xy-axis-10-x-10-grid-4-pads-per-pack-2-packs-gyr151215-2/product_24511309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:19 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:19 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-16-shipping-boxes-32-ect-brown/product_24408373 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-banners-the-safe-way-is-the-only-way-3ft-x-5ft/product_562927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:20 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:20 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-18-shipping-boxes-32-ect-brown-20-bundle-bs242418/product_2647554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-18-06-x-36-acrylic-non-tackable-partition-extender-tape-clear-pec1836-t/product_24454484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-collator-by-eric-joyner-16-x-20-white-matted-silver-frame-ali1024-s1620mf/product_2085081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:21 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:22 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:23 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:24 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:25 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-30-shipping-boxes-32-ect-brown-15-bundle-bs242430/product_2647661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-23-88-x-42-acrylic-non-tackable-panel-extender-clear-pec2442-h/product_24454479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-first-report-all-unsafe-conditions-10x14-040-aluminum-notice-sign/product_561431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:27 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:27 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dance-lesson-1879-14-x-32-canvas-art/product_491990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-06-x-23-5-acrylic-non-tackable-panel-extender-clear-pec2424-t/product_24454506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dance-lesson-1879-20-x-47-canvas-art/product_497081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:28 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:28 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:29 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:29 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-31-x-29-acrylic-non-tackable-panel-panel-extender-clear-pec2429-a/product_24454490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-26-layflat-poly-bags-3-mil-clear-250-carton-951/product_361041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-31-x-42-acrylic-non-tackable-panel-extender-clear-pec2442-a/product_24454475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-31-x-36-acrylic-non-tackable-panel-extender-clear-pec2436-a/product_24454485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-30-antistatic-layflat-poly-bags-4-mil-pink-250-carton-12220/product_692006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-30-flush-cut-bubble-pouch-50-case/product_947384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0108-w1114bmf/product_2079770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-x-29-acrylic-non-tackable-desktop-divider-frosted-dpsf2429-a/product_24445188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-24-x-32-canvas-art-ph0108-c2432gg/product_2080951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-step-folding-safety-step-black-f-08c-blk/product_2601221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-farm-by-yale-gurney-canvas-art-ready-to-hang/product_255653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-30-staples-corrugated-sheet-5-bundle-bssp2430/product_946705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-3-h-x-4-w-recycled-bulletin-board-with-aluminum-frame-confetti-atr34-cf/product_24293765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-first-animals-16-x-20-wood-frame-art/product_313543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-3-h-x-5-w-enclosed-vinyl-bulletin-board-with-satin-frame-2-door-pa23660vx-181/product_24280492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-3-h-x-5-w-enclosed-vinyl-bulletin-board-with-satin-frame-2-door-silver-pa23660vx-193/product_24280484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-first-animals-35-x-47-canvas-art/product_313541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-1-25-mil-clear-500-carton-2938/product_939990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-step-universal-safety-step-silver-u-08c-s/product_2601228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-step-universal-safety-step-white-u-08c-w/product_2601216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-7755/product_940217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-36-h-x-30-w-enclosed-natural-cork-bulletin-board-with-satin-frame-1-door-pa13630k/product_24280500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-bags-on-a-roll-4-mil-clear-250-roll-6855/product_939260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-6-w-enclosed-natural-cork-bulletin-board-with-satin-frame-3-door-pa34872k/product_24280498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fox-11-x-14-wood-frame-art/product_313550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-36-poly-sheeting-black-10-bundle/product_946860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-6-w-enclosed-vinyl-bulletin-board-with-satin-frame-3-door-silver-pa34872vx-193/product_24280483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-black-red-belt/product_171385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-6-w-recycled-bulletin-board-with-aluminum-frame-black-atr46-bk/product_24293777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-8-w-enclosed-vinyl-bulletin-board-with-satin-frame-3-door-silver-pa34896vx-193/product_24280482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fox-18-x-24-canvas-art/product_313547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-frog-prince-14-x-19-canvas-art/product_313725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-orange-belt/product_171383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-48-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-100-roll-1515r/product_939295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-48-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-200-roll-1510r/product_939294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-74-x-38-glass-non-tackable-mobile-partition-clear-cmd7438-g/product_24445189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-red-white-authorized-belt/product_171400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-gate-by-eric-joyner-10-x-32-canvas-art-ali1027-c1032gg/product_2078799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-48-layflat-poly-bags-2-mil-clear-250-carton-627/product_939146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-24-x-30-shipping-boxes-32-ect-brown-15-bundle-bs242430/product_2647661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-23-88-x-42-acrylic-non-tackable-panel-extender-clear-pec2442-h/product_24454479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-gate-by-eric-joyner-6-x-19-canvas-art-ali1027-c619gg/product_2085227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-first-report-all-unsafe-conditions-10x14-040-aluminum-notice-sign/product_561431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-yellow-black-authorized-belt/product_171397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-yellow-black-danger-belt/product_171394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dance-lesson-1879-14-x-32-canvas-art/product_491990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-dance-lesson-1879-20-x-47-canvas-art/product_497081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-stanchion-barrier-post-with-retractable-8-5-black-white-line-belt/product_171401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-stanchion-barrier-post-with-retractable-8-5-black-white-pl-wait-here-belt/product_171402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:36 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-06-x-23-5-acrylic-non-tackable-panel-extender-clear-pec2424-t/product_24454506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-18-x-48-acrylic-non-tackable-panel-extender-clear-pec1848-a/product_24454492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-belt-different-belt-color/product_SS235160504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:37 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-31-x-29-acrylic-non-tackable-panel-panel-extender-clear-pec2429-a/product_24454490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-30-antistatic-layflat-poly-bags-4-mil-pink-250-carton-12220/product_692006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-31-x-36-acrylic-non-tackable-panel-extender-clear-pec2436-a/product_24454485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-31-x-42-acrylic-non-tackable-panel-extender-clear-pec2442-a/product_24454475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-26-layflat-poly-bags-3-mil-clear-250-carton-951/product_361041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-30-flush-cut-bubble-pouch-50-case/product_947384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-11-x-14-black-matted-wood-frame-ph0108-w1114bmf/product_2079770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:38 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-24-x-29-acrylic-non-tackable-desktop-divider-frosted-dpsf2429-a/product_24445188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-empire-eiffel-by-philippe-hugonnard-24-x-32-canvas-art-ph0108-c2432gg/product_2080951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-step-folding-safety-step-black-f-08c-blk/product_2601221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:39 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-farm-by-yale-gurney-canvas-art-ready-to-hang/product_255653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-30-staples-corrugated-sheet-5-bundle-bssp2430/product_946705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-3-h-x-4-w-recycled-bulletin-board-with-aluminum-frame-confetti-atr34-cf/product_24293765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-first-animals-16-x-20-wood-frame-art/product_313543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-3-h-x-5-w-enclosed-vinyl-bulletin-board-with-satin-frame-2-door-pa23660vx-181/product_24280492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-3-h-x-5-w-enclosed-vinyl-bulletin-board-with-satin-frame-2-door-silver-pa23660vx-193/product_24280484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-first-animals-35-x-47-canvas-art/product_313541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-step-universal-safety-step-silver-u-08c-s/product_2601228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:40 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-1-25-mil-clear-500-carton-2938/product_939990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safety-step-universal-safety-step-white-u-08c-w/product_2601216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-bags-on-a-roll-2-mil-clear-500-roll-7755/product_940217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-36-h-x-30-w-enclosed-natural-cork-bulletin-board-with-satin-frame-1-door-pa13630k/product_24280500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-36-layflat-poly-bags-bags-on-a-roll-4-mil-clear-250-roll-6855/product_939260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-6-w-enclosed-natural-cork-bulletin-board-with-satin-frame-3-door-pa34872k/product_24280498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fox-11-x-14-wood-frame-art/product_313550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-36-poly-sheeting-black-10-bundle/product_946860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-6-w-enclosed-vinyl-bulletin-board-with-satin-frame-3-door-silver-pa34872vx-193/product_24280483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-black-red-belt/product_171385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-6-w-recycled-bulletin-board-with-aluminum-frame-black-atr46-bk/product_24293777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-4-h-x-8-w-enclosed-vinyl-bulletin-board-with-satin-frame-3-door-silver-pa34896vx-193/product_24280482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-fox-18-x-24-canvas-art/product_313547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-frog-prince-14-x-19-canvas-art/product_313725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-orange-belt/product_171383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-48-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-100-roll-1515r/product_939295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-48-gusseted-poly-bags-bags-on-a-roll-1-5-mil-clear-200-roll-1510r/product_939294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-74-x-38-glass-non-tackable-mobile-partition-clear-cmd7438-g/product_24445189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:43 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-red-white-authorized-belt/product_171400 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-gate-by-eric-joyner-10-x-32-canvas-art-ali1027-c1032gg/product_2078799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/24-x-48-layflat-poly-bags-2-mil-clear-250-carton-627/product_939146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-golden-gate-by-eric-joyner-6-x-19-canvas-art-ali1027-c619gg/product_2085227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-yellow-black-authorized-belt/product_171397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:44 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-retractable-belt-barrier-with-8-5-yellow-black-danger-belt/product_171394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:44 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-stanchion-barrier-post-with-retractable-8-5-black-white-line-belt/product_171401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-orange-stanchion-barrier-post-with-retractable-8-5-black-white-pl-wait-here-belt/product_171402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:45 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:45 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-18-x-48-acrylic-non-tackable-panel-extender-clear-pec1848-a/product_24454492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-belt-different-belt-color/product_SS235160504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:46 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:47 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:48 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:49 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:50 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-30-x-48-acrylic-non-tackable-panel-extender-clear-pec3048-a/product_24454466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:51 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-mount-workstation-divider-57-h-x-46-75-w-clear-thermoplastic-wsd2-5747-c/product_24474759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-30-x-59-acrylic-non-tackable-panel-extender-clear-pec3059-a/product_24454467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:52 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-blue-belt/product_171410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-mount-workstation-divider-57-h-x-46-75-w-clear-white-thermoplastic-porcelain-wsd2-5747-m1/product_24474760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-great-wall-by-moises-levy-20-x-47-canvas-art-ali1140-c2047gg/product_2079988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:53 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:53 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-yellow-belt/product_171409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-satin-frame-3-h-x-4-w-pa23648k/product_24280496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/240-adv-lbl-40-sheet-3x3-pis/product_24469155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-belt/product_171404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-fabric-bulletin-board-frameless-6-x-4-tf46-90/product_24431822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-host-by-nicole-dietz-11-x-11-black-matted-black-frame-nd100-b1111bmf/product_2083711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-4-h-x-5-w-magnetic-glass-whiteboard-with-radius-corners-white-hmyrm45wh/product_24280415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-yellow-black-do-not-enter-belt/product_171419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-houses-of-parliament-16-x-20-black-frame-art/product_23960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-2x2-pis/product_24514753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-m2-series-laminate-dry-erase-whiteboard-aluminum-frame-4-x-3-m2-34-1/product_831442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/240-x-1200-poly-sheeting-4-mil-white-4445g/product_939404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-stanchion-barrier-post-with-retractable-8-5-yellow-black-out-of-serv-belt/product_171416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-m2-series-laminate-dry-erase-whiteboard-aluminum-frame-5-x-4-m2-45-4/product_24280619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-magnetic-porcelain-whiteboard-aluminum-frame-3-h-x-4-w-m1-34-1/product_477853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-yellow-belt/product_171359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-orange-belt/product_171360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-L-x-16-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-251616/product_630785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-yellow-black-danger-belt/product_171371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-porcelain-dry-erase-whiteboard-aluminum-frame-6-x-4-arm1m146/product_24280679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-deep-vertical-file-cabinet-letter-2-drawer-black/product_489531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-stanchion-barrier-post-with-retractable-8-5-black-white-pl-wait-here-belt/product_171379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-screw-18-x-29-acrylic-non-tackable-panel-extender-clear-pec1829-h/product_24454480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-screw-18-x-42-acrylic-non-tackable-panel-extender-clear-pec1842-h/product_24454482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-last-of-fall-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0453-b1114mf/product_2079376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-stanchion-barrier-post-with-retractable-8-5-yellow-magenta-belt/product_171365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-screw-18-x-48-acrylic-non-tackable-panel-extender-clear-pec1848-h/product_24454509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-last-of-fall-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0453-c1219gg/product_2081196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-30-x-48-acrylic-non-tackable-panel-extender-clear-pec3048-a/product_24454466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-pho-crd-5x7-ft-gls-bp-pol/product_1241441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-last-of-fall-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0453-c1624gg/product_2077864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-screw-30-x-48-acrylic-non-tackable-panel-extender-clear-pec3048-h/product_24454487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-pho-crd-5x7-ft-mat-bp-pol/product_1241453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-black-blue-belt/product_171249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-pho-crd-5x7-ft-mat-pol/product_1241447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-last-of-fall-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0453-c3047gg/product_2080934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-mount-workstation-divider-57-h-x-46-75-w-clear-thermoplastic-wsd2-5747-c/product_24474759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-x-16-x-16-shipping-boxes-32-ect-brown-20-bundle-bs251616/product_2647515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-30-x-59-acrylic-non-tackable-panel-extender-clear-pec3059-a/product_24454467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-tape-30-x-48-acrylic-non-tackable-panel-extender-clear-pec3048-t/product_24454474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-blue-belt/product_171410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-x-25-x-25-shipping-boxes-32-ect-brown-20-bundle-bs252525/product_2647664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-clamp-mount-workstation-divider-57-h-x-46-75-w-clear-white-thermoplastic-porcelain-wsd2-5747-m1/product_24474760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-lily-pond-22-x-32-canvas-art/product_317512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-great-wall-by-moises-levy-20-x-47-canvas-art-ali1140-c2047gg/product_2079988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-lily-pond-30-x-47-canvas-art/product_317513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:02 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-cork-enclosed-bulletin-board-satin-frame-3-h-x-4-w-pa23648k/product_24280496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-black-yellow-belt/product_171409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/240-adv-lbl-40-sheet-3x3-pis/product_24469155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:03 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-red-belt/product_171404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-host-by-nicole-dietz-11-x-11-black-matted-black-frame-nd100-b1111bmf/product_2083711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-fabric-bulletin-board-frameless-6-x-4-tf46-90/product_24431822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:04 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-harmony-4-h-x-5-w-magnetic-glass-whiteboard-with-radius-corners-white-hmyrm45wh/product_24280415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-retractable-belt-barrier-with-8-5-yellow-black-do-not-enter-belt/product_171419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:05 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-houses-of-parliament-16-x-20-black-frame-art/product_23960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/240-square-adv-lbl-mt-2x2-pis/product_24514753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-m2-series-laminate-dry-erase-whiteboard-aluminum-frame-4-x-3-m2-34-1/product_831442 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-m2-series-laminate-dry-erase-whiteboard-aluminum-frame-5-x-4-m2-45-4/product_24280619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/240-x-1200-poly-sheeting-4-mil-white-4445g/product_939404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-red-stanchion-barrier-post-with-retractable-8-5-yellow-black-out-of-serv-belt/product_171416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-magnetic-porcelain-whiteboard-aluminum-frame-3-h-x-4-w-m1-34-1/product_477853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:06 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) 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. 2026-02-28 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-orange-belt/product_171360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-yellow-belt/product_171359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-L-x-16-W-x-16-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-251616/product_630785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-retractable-belt-barrier-with-8-5-yellow-black-danger-belt/product_171371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:07 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-porcelain-dry-erase-whiteboard-aluminum-frame-6-x-4-arm1m146/product_24280679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-deep-vertical-file-cabinet-letter-2-drawer-black/product_489531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-stanchion-barrier-post-with-retractable-8-5-black-white-pl-wait-here-belt/product_171379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-screw-18-x-42-acrylic-non-tackable-panel-extender-clear-pec1842-h/product_24454482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-last-of-fall-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0453-b1114mf/product_2079376 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetymaster-450-yellow-stanchion-barrier-post-with-retractable-8-5-yellow-magenta-belt/product_171365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-screw-18-x-48-acrylic-non-tackable-panel-extender-clear-pec1848-h/product_24454509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-screw-18-x-29-acrylic-non-tackable-panel-extender-clear-pec1829-h/product_24454480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-last-of-fall-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0453-c1219gg/product_2081196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:09 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-last-of-fall-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0453-c1624gg/product_2077864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-pho-crd-5x7-ft-mat-bp-pol/product_1241453 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/ghent-screw-30-x-48-acrylic-non-tackable-panel-extender-clear-pec3048-h/product_24454487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-pho-crd-5x7-ft-gls-bp-pol/product_1241441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/25-pho-crd-5x7-ft-mat-pol/product_1241447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:09 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/safetypro-250-orange-retractable-belt-barrier-with-11-black-blue-belt/product_171249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:09 [HeadersSpooferDownloaderMiddleware] (PID: 117) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-the-last-of-fall-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0453-c3047gg/product_2080934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2026-02-28 15:00:09 [scrapy.extensions.closespider] (PID: 117) INFO: Closing spider since no items were produced in the last 1800 seconds. 2026-02-28 15:00:09 [scrapy.core.engine] (PID: 117) INFO: Closing spider (closespider_timeout_no_item) 2026-02-28 15:00:09 [scrapy.extensions.logstats] (PID: 117) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2026-02-28 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:10 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:11 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:11 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:12 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:13 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:14 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:14 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:15 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:16 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:17 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.downloadermiddlewares.retry] (PID: 117) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [scrapy.core.scraper] (PID: 117) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Account is suspended'}] 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] ------------------------------ MONITORS ------------------------------ 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Extracted Items Monitor/test_stat_monitor... FAIL 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Item Validation Monitor/test_stat_monitor... SKIPPED (Unable to find 'spidermon/validation/fields/errors' in job stats.) 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Error Count Monitor/test_stat_monitor... FAIL 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Warning Count Monitor/test_stat_monitor... FAIL 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Finish Reason Monitor/Should have the expected finished reason(s)... FAIL 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Unwanted HTTP codes monitor/Should not hit the limit of unwanted http status... OK 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Field Coverage Monitor/test_check_if_field_coverage_rules_are_met... FAIL 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Retry Count monitor/Should not hit the limit of requests that reached the maximum retry amount... FAIL 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Downloader Exceptions monitor/test_stat_monitor... FAIL 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Successful Requests monitor/Should have at least the minimum number of successful requests... OK 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] Total Requests monitor/Should not hit the total limit of requests... OK 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-02-28 15:00:18 [staples_advantage] (PID: 117) 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. 2026-02-28 15:00:18 [staples_advantage] (PID: 117) 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: '9200' 2026-02-28 15:00:18 [staples_advantage] (PID: 117) 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: '9210' 2026-02-28 15:00:18 [staples_advantage] (PID: 117) 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'] 2026-02-28 15:00:18 [staples_advantage] (PID: 117) 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) 2026-02-28 15:00:18 [staples_advantage] (PID: 117) 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 (4600) reached the maximum retry amount 2026-02-28 15:00:18 [staples_advantage] (PID: 117) 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: '13817' 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] 11 monitors in 0.007s 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] FAILED (failures=7, skipped=1) 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] -------------------------- FINISHED ACTIONS -------------------------- 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] 0 actions in 0.000s 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] OK 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] --------------------------- PASSED ACTIONS --------------------------- 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] 0 actions in 0.000s 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] OK 2026-02-28 15:00:18 [staples_advantage] (PID: 117) INFO: [Spidermon] --------------------------- FAILED ACTIONS --------------------------- 2026-02-28 15:00:19 [staples_advantage] (PID: 117) INFO: [Spidermon] CustomTemplateSendSlackMessageSpiderFinished... ERROR 2026-02-28 15:00:19 [staples_advantage] (PID: 117) INFO: [Spidermon] ---------------------------------------------------------------------- 2026-02-28 15:00:19 [staples_advantage] (PID: 117) 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 71, in send_message return self._send_user_message( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 110, in _send_user_message user_id = self._get_user_id(username) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 96, in _get_user_id user = self.users.get(name, None) ^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 38, in users self._users = self._get_users_info() ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 103, in _get_users_info for member in self._client.users_list()["members"] ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/client.py", line 5166, in users_list return self.api_call("users.list", http_verb="GET", params=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/base_client.py", line 169, in api_call return self._sync_send(api_url=api_url, req_args=req_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/base_client.py", line 200, in _sync_send return self._urllib_api_call( ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/base_client.py", line 331, in _urllib_api_call ).validate() ^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/slack_sdk/web/slack_response.py", line 197, in validate raise e.SlackApiError(message=msg, response=self) slack_sdk.errors.SlackApiError: The request to the Slack API failed. (url: https://slack.com/api/users.list) The server responded with: {'ok': False, 'error': 'invalid_auth'} 2026-02-28 15:00:19 [staples_advantage] (PID: 117) INFO: [Spidermon] 1 action in 0.132s 2026-02-28 15:00:19 [staples_advantage] (PID: 117) INFO: [Spidermon] FAILED (errors=1) 2026-02-28 15:00:19 [scrapy.utils.signal] (PID: 117) ERROR: Error caught on signal handler: > Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 1253, in adapt extracted: _SelfResultT | Failure = result.result() ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/extensions/feedexport.py", line 504, in close_spider self._close_slot(slot, spider) File "/usr/local/lib/python3.11/site-packages/scrapy/extensions/feedexport.py", line 535, in _close_slot d: Deferred[None] = maybeDeferred(slot.storage.store, get_file(slot)) # type: ignore[call-overload] ^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/extensions/feedexport.py", line 517, in get_file assert slot_.file ^^^^^^^^^^ AssertionError 2026-02-28 15:00:19 [scrapy.statscollectors] (PID: 117) INFO: Dumping Scrapy stats: {'HeadersSpooferDownloaderMiddleware/spoofed': 13817, 'big_query/url': 4609, 'downloader/exception_count': 13817, 'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 13817, 'downloader/request_bytes': 12081602, 'downloader/request_count': 13817, 'downloader/request_method_count/GET': 13817, 'elapsed_time_seconds': 1808.982081, 'finish_reason': 'closespider_timeout_no_item', 'finish_time': datetime.datetime(2026, 2, 28, 15, 0, 18, 874102, tzinfo=datetime.timezone.utc), 'items_per_minute': None, 'log_count/ERROR': 9209, 'log_count/INFO': 73, 'log_count/WARNING': 9210, 'memusage/max': 210092032, 'memusage/startup': 126193664, 'proxy_manager/ignored/proxy_defined': 9208, 'proxy_manager/processed': 4609, 'responses_per_minute': None, 'retry/count': 9217, 'retry/max_reached': 4600, 'retry/reason_count/scrapy.core.downloader.handlers.http11.TunnelError': 9217, 'scheduler/dequeued': 13817, 'scheduler/dequeued/memory': 13817, 'scheduler/enqueued': 13826, 'scheduler/enqueued/memory': 13826, 'spidermon/validation/validators': 1, 'spidermon/validation/validators/item/jsonschema': True, 'start_requests/big_query': 4609, 'start_time': datetime.datetime(2026, 2, 28, 14, 30, 9, 892021, tzinfo=datetime.timezone.utc)} 2026-02-28 15:00:19 [scrapy.core.engine] (PID: 117) INFO: Spider closed (closespider_timeout_no_item)